chore: Cleanup, and hidden feature logged
Signed-off-by: Pun Butrach <pun.butrach@gmail.com>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
package com.android.wm.shell;
|
||||
// TODO(b/303773055): Remove the annotation after access issue is resolved.
|
||||
|
||||
/** @hide */
|
||||
public interface FeatureFlags {
|
||||
@@ -6,6 +7,10 @@ public interface FeatureFlags {
|
||||
|
||||
|
||||
|
||||
boolean bubbleViewInfoExecutors();
|
||||
|
||||
|
||||
|
||||
boolean enableAutoTaskStackController();
|
||||
|
||||
|
||||
@@ -14,10 +19,6 @@ public interface FeatureFlags {
|
||||
|
||||
|
||||
|
||||
boolean enableBubbleAppCompatFixes();
|
||||
|
||||
|
||||
|
||||
boolean enableBubbleBar();
|
||||
|
||||
|
||||
@@ -30,10 +31,6 @@ public interface FeatureFlags {
|
||||
|
||||
|
||||
|
||||
boolean enableBubbleSwipeUpCleanup();
|
||||
|
||||
|
||||
|
||||
boolean enableBubbleTaskViewListener();
|
||||
|
||||
|
||||
@@ -54,10 +51,6 @@ public interface FeatureFlags {
|
||||
|
||||
|
||||
|
||||
boolean enableEnterSplitRemoveBubble();
|
||||
|
||||
|
||||
|
||||
boolean enableFlexibleSplit();
|
||||
|
||||
|
||||
@@ -86,10 +79,6 @@ public interface FeatureFlags {
|
||||
|
||||
|
||||
|
||||
boolean enablePipBoxShadows();
|
||||
|
||||
|
||||
|
||||
boolean enablePipUmoExperience();
|
||||
|
||||
|
||||
@@ -106,6 +95,10 @@ public interface FeatureFlags {
|
||||
|
||||
|
||||
|
||||
boolean enableTaskViewControllerCleanup();
|
||||
|
||||
|
||||
|
||||
boolean enableTaskbarNavbarUnification();
|
||||
|
||||
|
||||
@@ -127,8 +120,4 @@ public interface FeatureFlags {
|
||||
|
||||
|
||||
boolean taskViewRepository();
|
||||
|
||||
|
||||
|
||||
boolean taskViewTransitionsRefactor();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user