Home
last modified time | relevance | path

Searched refs:isReorderingAllowed (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DVisualStabilityManagerTest.java94 assertFalse(mVisualStabilityManager.isReorderingAllowed()); in testReorderingAllowedChangesScreenOn()
96 assertTrue(mVisualStabilityManager.isReorderingAllowed()); in testReorderingAllowedChangesScreenOn()
103 assertFalse(mVisualStabilityManager.isReorderingAllowed()); in testReorderingAllowedChangesPanel()
105 assertTrue(mVisualStabilityManager.isReorderingAllowed()); in testReorderingAllowedChangesPanel()
195 assertFalse(mVisualStabilityManager.isReorderingAllowed()); in testReorderingAllowedChanges_Pulsing()
197 assertTrue(mVisualStabilityManager.isReorderingAllowed()); in testReorderingAllowedChanges_Pulsing()
220 assertTrue(mVisualStabilityManager.isReorderingAllowed()); in testTemporarilyAllowReorderingNotifiesCallbacks()
234 assertFalse(mVisualStabilityManager.isReorderingAllowed()); in testTemporarilyAllowReorderingDoesntOverridePulsing()
246 assertTrue(mVisualStabilityManager.isReorderingAllowed()); in testTemporarilyAllowReorderingExpires()
250 assertFalse(mVisualStabilityManager.isReorderingAllowed()); in testTemporarilyAllowReorderingExpires()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DHeadsUpController.java157 || !mVisualStabilityManager.isReorderingAllowed(); in stopAlerting()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpManagerPhone.java333 return mVisualStabilityManager.isReorderingAllowed() && super.shouldExtendLifetime(entry); in shouldExtendLifetime()
437 if (!mVisualStabilityManager.isReorderingAllowed() in setEntry()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DHeadsUpManagerPhoneTest.java95 when(mVSManager.isReorderingAllowed()).thenReturn(true); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DVisualStabilityManager.java180 public boolean isReorderingAllowed() { in isReorderingAllowed() method in VisualStabilityManager
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManagerTest.java104 when(mVisualStabilityManager.isReorderingAllowed()).thenReturn(true); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DMediaCarouselController.kt267 if (visualStabilityManager.isReorderingAllowed) { in <lambda>()