Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/provider/
DVisualStabilityProviderTest.kt45 visualStabilityProvider.addPersistentReorderingAllowedListener(listener) in testPersistentListenerIgnoredIfStateNotChanged()
52 visualStabilityProvider.addPersistentReorderingAllowedListener(listener) in testPersistentListenerCalledTwice()
76 visualStabilityProvider.addPersistentReorderingAllowedListener(listener) in testPersistentListenerCanBeRemoved()
94 visualStabilityProvider.addPersistentReorderingAllowedListener(listener) in testPersistentListenerStaysPersistent()
108 visualStabilityProvider.addPersistentReorderingAllowedListener(listener) in testTemporaryListenerBecomesPersistent()
125 visualStabilityProvider.addPersistentReorderingAllowedListener(selfRemovingListener) in testPersistentListenerCanRemoveSelf()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/
DVisualStabilityProvider.kt36 fun addPersistentReorderingAllowedListener(listener: OnReorderingAllowedListener) { in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DMediaCarouselController.kt365 visualStabilityProvider.addPersistentReorderingAllowedListener(visualStabilityCallback) in <lambda>()
432 visualStabilityProvider.addPersistentReorderingAllowedListener(visualStabilityCallback) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/controller/
DMediaCarouselControllerTest.kt189 .addPersistentReorderingAllowedListener(capture(visualStabilityCallback)) in setup()