Home
last modified time | relevance | path

Searched refs:NotificationsHeadsUpRefactor (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/shared/flag/
DSceneContainerFlag.kt30 import com.android.systemui.statusbar.notification.shared.NotificationsHeadsUpRefactor in <lambda>()
46 NotificationsHeadsUpRefactor.isEnabled && in <lambda>()
61 NotificationsHeadsUpRefactor.token, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DNotificationListViewModel.kt29 import com.android.systemui.statusbar.notification.shared.NotificationsHeadsUpRefactor in <lambda>()
259 if (NotificationsHeadsUpRefactor.isUnexpectedlyInLegacyMode()) { in <lambda>()
267 if (NotificationsHeadsUpRefactor.isUnexpectedlyInLegacyMode()) { in <lambda>()
275 if (NotificationsHeadsUpRefactor.isUnexpectedlyInLegacyMode()) { in <lambda>()
289 if (NotificationsHeadsUpRefactor.isUnexpectedlyInLegacyMode()) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpManagerPhone.java47 import com.android.systemui.statusbar.notification.shared.NotificationsHeadsUpRefactor;
117 NotificationsHeadsUpRefactor.assertInLegacyMode();
126 NotificationsHeadsUpRefactor.assertInLegacyMode();
174 if (!NotificationsHeadsUpRefactor.isEnabled()) { in HeadsUpManagerPhone()
272 NotificationsHeadsUpRefactor.assertInLegacyMode(); in onShadeOrQsExpanded()
401 if (NotificationsHeadsUpRefactor.isEnabled()) { in createHeadsUpEntry()
427 if (!NotificationsHeadsUpRefactor.isEnabled()) { in onEntryRemoved()
476 if (NotificationsHeadsUpRefactor.isEnabled()) { in getTopHeadsUpEntryPhone()
649 /* check if */ NotificationsHeadsUpRefactor.isUnexpectedlyInLegacyMode(); in requireEntry()
DStatusBarHeadsUpChangeListener.java27 import com.android.systemui.statusbar.notification.shared.NotificationsHeadsUpRefactor;
115 if (!NotificationsHeadsUpRefactor.isEnabled()) { in setHeadsAnimatingAway()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DNotificationListViewModelTest.kt43 import com.android.systemui.statusbar.notification.shared.NotificationsHeadsUpRefactor
519 @EnableFlags(NotificationsHeadsUpRefactor.FLAG_NAME)
562 @EnableFlags(NotificationsHeadsUpRefactor.FLAG_NAME)
577 @EnableFlags(NotificationsHeadsUpRefactor.FLAG_NAME)
592 @EnableFlags(NotificationsHeadsUpRefactor.FLAG_NAME)
604 @EnableFlags(NotificationsHeadsUpRefactor.FLAG_NAME)
617 @EnableFlags(NotificationsHeadsUpRefactor.FLAG_NAME)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/shared/
DNotificationsHeadsUpRefactor.kt25 object NotificationsHeadsUpRefactor { object
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerWithCoroutinesTest.kt36 import com.android.systemui.statusbar.notification.shared.NotificationsHeadsUpRefactor in <lambda>()
246 @EnableFlags(NotificationsHeadsUpRefactor.FLAG_NAME) in <lambda>()
263 @EnableFlags(NotificationsHeadsUpRefactor.FLAG_NAME) in <lambda>()
DNotificationPanelViewControllerTest.java68 import com.android.systemui.statusbar.notification.shared.NotificationsHeadsUpRefactor;
1323 @DisableFlags(NotificationsHeadsUpRefactor.FLAG_NAME)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBaseHeadsUpManager.java43 import com.android.systemui.statusbar.notification.shared.NotificationsHeadsUpRefactor;
428 if (NotificationsHeadsUpRefactor.isEnabled()) { in removeEntry()
744 NotificationsHeadsUpRefactor.assertInLegacyMode(); in HeadsUpEntry()
755 NotificationsHeadsUpRefactor.assertInLegacyMode(); in setEntry()
925 NotificationsHeadsUpRefactor.assertInLegacyMode(); in reset()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/domain/interactor/
DHeadsUpNotificationInteractorTest.kt34 import com.android.systemui.statusbar.notification.shared.NotificationsHeadsUpRefactor
48 @EnableFlags(NotificationsHeadsUpRefactor.FLAG_NAME)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/
DNotificationListViewBinder.kt39 import com.android.systemui.statusbar.notification.shared.NotificationsHeadsUpRefactor in <lambda>()
98 if (NotificationsHeadsUpRefactor.isEnabled) { in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java93 import com.android.systemui.statusbar.notification.shared.NotificationsHeadsUpRefactor;
1054 @EnableFlags(NotificationsHeadsUpRefactor.FLAG_NAME)
1070 @EnableFlags(NotificationsHeadsUpRefactor.FLAG_NAME)
1089 @EnableFlags(NotificationsHeadsUpRefactor.FLAG_NAME)
1107 @EnableFlags(NotificationsHeadsUpRefactor.FLAG_NAME)
1123 @EnableFlags(NotificationsHeadsUpRefactor.FLAG_NAME)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java127 import com.android.systemui.statusbar.notification.shared.NotificationsHeadsUpRefactor;
680 NotificationsHeadsUpRefactor.assertInLegacyMode();
686 NotificationsHeadsUpRefactor.assertInLegacyMode();
865 if (!NotificationsHeadsUpRefactor.isEnabled()) { in setUpView()
1464 NotificationsHeadsUpRefactor.assertInLegacyMode(); in setHeadsUpAnimatingAway()
DNotificationStackScrollLayout.java115 import com.android.systemui.statusbar.notification.shared.NotificationsHeadsUpRefactor;
4175 if (NotificationsHeadsUpRefactor.isEnabled()) { in setIsExpanded()
4286 if (NotificationsHeadsUpRefactor.isEnabled()) { in onChildAnimationFinished()
4817 NotificationsHeadsUpRefactor.assertInLegacyMode(); in generateHeadsUpAnimation()
4851 if (NotificationsHeadsUpRefactor.isEnabled()) { in generateHeadsUpAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java202 import com.android.systemui.statusbar.notification.shared.NotificationsHeadsUpRefactor;
1235 if (NotificationsHeadsUpRefactor.isEnabled()) { in onFinishInflate()
3098 NotificationsHeadsUpRefactor.assertInLegacyMode(); in setHeadsUpAnimatingAway()
3114 boolean headsUpVisible = NotificationsHeadsUpRefactor.isEnabled() ? mHeadsUpVisible in shouldPanelBeVisible()
3121 if (!NotificationsHeadsUpRefactor.isEnabled()) { in setHeadsUpManager()
3211 boolean headsUpVisible = NotificationsHeadsUpRefactor.isEnabled() ? mHeadsUpVisible
4455 NotificationsHeadsUpRefactor.assertInLegacyMode();
4473 NotificationsHeadsUpRefactor.assertInLegacyMode();
4482 NotificationsHeadsUpRefactor.assertInLegacyMode();