Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DVisualStabilityManagerTest.java78 assertEquals(mVisualStabilityManager.isReorderingAllowed(), false); in testReorderingAllowedChangesScreenOn()
80 assertEquals(mVisualStabilityManager.isReorderingAllowed(), true); in testReorderingAllowedChangesScreenOn()
87 assertEquals(mVisualStabilityManager.isReorderingAllowed(), false); in testReorderingAllowedChangesPanel()
89 assertEquals(mVisualStabilityManager.isReorderingAllowed(), true); in testReorderingAllowedChangesPanel()
168 assertEquals(mVisualStabilityManager.isReorderingAllowed(), false); in testReorderingAllowedChanges_Pulsing()
170 assertEquals(mVisualStabilityManager.isReorderingAllowed(), true); in testReorderingAllowedChanges_Pulsing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DVisualStabilityManager.java103 public boolean isReorderingAllowed() { in isReorderingAllowed() method in VisualStabilityManager
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DHeadsUpManagerPhoneTest.java76 when(mVSManager.isReorderingAllowed()).thenReturn(true); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpManagerPhone.java425 if (!mVisualStabilityManager.isReorderingAllowed()) { in setEntry()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationEntryManager.java486 || !mVisualStabilityManager.isReorderingAllowed(); in removeNotification()