Home
last modified time | relevance | path

Searched refs:mShelfRefactor (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java136 mShelfRefactor.assertDisabled(); in bind()
285 if (mShelfRefactor.isEnabled()) { in getSpeedBumpIndex()
510 if (mShelfRefactor.isEnabled()) {
518 if (mShelfRefactor.isEnabled()) {
526 if (mShelfRefactor.isEnabled()) {
613 if (mShelfRefactor.isEnabled()) {
621 if (mShelfRefactor.isEnabled()) {
967 mShelfRefactor.assertDisabled(); in onStateChanged()
981 if (mShelfRefactor.isEnabled()) { in canInteract()
1025 mShelfRefactor.assertDisabled(); in setController()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLegacyNotificationIconAreaControllerImpl.java110 private final ViewRefactorFlag mShelfRefactor; field in LegacyNotificationIconAreaControllerImpl
148 mShelfRefactor = new ViewRefactorFlag(featureFlags, Flags.NOTIFICATION_SHELF_REFACTOR); in LegacyNotificationIconAreaControllerImpl()
202 mShelfRefactor.assertDisabled(); in setupShelf()
207 if (mShelfRefactor.expectEnabled()) { in setShelfIcons()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java209 private final ViewRefactorFlag mShelfRefactor; field in NotificationStackScrollLayoutController
723 mShelfRefactor = new ViewRefactorFlag(featureFlags, Flags.NOTIFICATION_SHELF_REFACTOR); in NotificationStackScrollLayoutController()
1438 mShelfRefactor.assertDisabled();
1651 if (!mShelfRefactor.expectEnabled()) return;
1656 if (!mShelfRefactor.expectEnabled()) {
H A DNotificationStackScrollLayout.java204 private final ViewRefactorFlag mShelfRefactor; field in NotificationStackScrollLayout
629 mShelfRefactor = new ViewRefactorFlag(featureFlags, Flags.NOTIFICATION_SHELF_REFACTOR); in NotificationStackScrollLayout()
2717 mShelfRefactor.assertDisabled(); in setOnNotificationRemovedListener()
2730 if (mShelfRefactor.isEnabled()) { in onViewRemoved()
4951 if (!mShelfRefactor.expectEnabled()) return null; in getShelf()
4956 if (!mShelfRefactor.expectEnabled()) return; in setShelf()
4970 mShelfRefactor.assertDisabled(); in setShelfController()