Home
last modified time | relevance | path

Searched refs:isReorderingAllowed (Results 1 – 4 of 4) 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/src/com/android/systemui/statusbar/policy/
DHeadsUpManager.java658 if (!mVisualStabilityManager.isReorderingAllowed()) { in setEntry()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java1681 || !mVisualStabilityManager.isReorderingAllowed(); in removeNotification()