Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/
DShadeControllerSceneImplTest.kt88 underTest.addPostCollapseAction(testRunnable) in animateCollapseShade_noForceNoExpansion()
104 underTest.addPostCollapseAction(testRunnable) in animateCollapseShade_expandedExcludeFlagOn()
154 underTest.addPostCollapseAction(testRunnable) in onCollapseShade_runPostCollapseActionsCalled()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeControllerEmptyImpl.kt53 override fun addPostCollapseAction(action: Runnable?) {} in addPostCollapseAction() method in com.android.systemui.shade.ShadeControllerEmptyImpl
DBaseShadeControllerImpl.kt61 final override fun addPostCollapseAction(action: Runnable) { in expandToQs() method in com.android.systemui.shade.BaseShadeControllerImpl
DShadeController.java164 void addPostCollapseAction(Runnable action); in addPostCollapseAction() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarter.java331 mShadeController.addPostCollapseAction(runnable); in performActionOnKeyguardDismissed()
415 mShadeController.addPostCollapseAction(removeNotification); in handleNotificationClickAfterPanelCollapsed()
452 mShadeController.addPostCollapseAction(removeNotification); in onDragSuccess()
DStatusBarKeyguardViewManager.java1088 mShadeController.get().addPostCollapseAction(postCollapseAction); in setOccluded()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarterTest.java285 .when(mShadeController).addPostCollapseAction(any(Runnable.class)); in setUp()