Home
last modified time | relevance | path

Searched refs:ViewRefactorFlag (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableOutlineView.java33 import com.android.systemui.flags.ViewRefactorFlag;
52 protected final ViewRefactorFlag mImprovedHunAnimation =
53 new ViewRefactorFlag(Flags.IMPROVED_HUN_ANIMATIONS);
H A DExpandableNotificationRow.java80 import com.android.systemui.flags.ViewRefactorFlag;
279 private final ViewRefactorFlag mInlineReplyAnimation =
280 new ViewRefactorFlag(Flags.NOTIFICATION_INLINE_REPLY_ANIMATION);
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/flags/
H A DViewRefactorFlag.kt35 class ViewRefactorFlag regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DRoundable.kt9 import com.android.systemui.flags.ViewRefactorFlag
343 internal val newHeadsUpAnim = ViewRefactorFlag(featureFlags, Flags.IMPROVED_HUN_ANIMATIONS)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java43 import com.android.systemui.flags.ViewRefactorFlag;
99 private final ViewRefactorFlag mSensitiveRevealAnim =
100 new ViewRefactorFlag(Flags.SENSITIVE_REVEAL_ANIM);
101 private final ViewRefactorFlag mShelfRefactor =
102 new ViewRefactorFlag(Flags.NOTIFICATION_SHELF_REFACTOR);
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLegacyNotificationIconAreaControllerImpl.java43 import com.android.systemui.flags.ViewRefactorFlag;
110 private final ViewRefactorFlag mShelfRefactor;
148 mShelfRefactor = new ViewRefactorFlag(featureFlags, Flags.NOTIFICATION_SHELF_REFACTOR); in LegacyNotificationIconAreaControllerImpl()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/
H A DNotificationIconAreaControllerViewBinderWrapperImpl.kt39 import com.android.systemui.flags.ViewRefactorFlag
106 private val shelfRefactor = ViewRefactorFlag(featureFlags, Flags.NOTIFICATION_SHELF_REFACTOR)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java67 import com.android.systemui.flags.ViewRefactorFlag;
209 private final ViewRefactorFlag mShelfRefactor;
723 mShelfRefactor = new ViewRefactorFlag(featureFlags, Flags.NOTIFICATION_SHELF_REFACTOR); in NotificationStackScrollLayoutController()
H A DNotificationStackScrollLayout.java92 import com.android.systemui.flags.ViewRefactorFlag;
203 private final ViewRefactorFlag mAnimatedInsets;
204 private final ViewRefactorFlag mShelfRefactor;
628 new ViewRefactorFlag(featureFlags, Flags.ANIMATED_NOTIFICATION_SHADE_INSETS); in NotificationStackScrollLayout()
629 mShelfRefactor = new ViewRefactorFlag(featureFlags, Flags.NOTIFICATION_SHELF_REFACTOR); in NotificationStackScrollLayout()