Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DVisualStabilityManagerTest.java113 verify(mCallback).onReorderingAllowed(); in testCallBackCalledScreenOn()
122 verify(mCallback).onReorderingAllowed(); in testCallBackCalledPanelExpanded()
133 verify(mCallback).onReorderingAllowed(); in testCallBackExactlyOnce()
193 verify(mCallback).onReorderingAllowed(); in testCallBackCalled_Pulsing()
207 verify(mCallback).onReorderingAllowed(); in testTemporarilyAllowReorderingNotifiesCallbacks()
221 verify(mCallback, never()).onReorderingAllowed(); in testTemporarilyAllowReorderingDoesntOverridePulsing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DVisualStabilityManager.java147 callback.onReorderingAllowed(); in notifyCallbacks()
246 void onReorderingAllowed(); in onReorderingAllowed() method
DNotificationEntryManager.java178 public void onReorderingAllowed() { in onReorderingAllowed() method in NotificationEntryManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpManagerPhone.java423 public void onReorderingAllowed() { in onReorderingAllowed() method in HeadsUpManagerPhone