chore: Cleanup, and hidden feature logged

Signed-off-by: Pun Butrach <pun.butrach@gmail.com>
This commit is contained in:
Pun Butrach
2025-10-04 23:03:42 +07:00
parent 5180c3d4c4
commit 11f7abcb66
1818 changed files with 104955 additions and 147858 deletions
@@ -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();
}