Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeControllerImpl.java124 runPostCollapseRunnables(); in animateCollapseShade()
221 public void runPostCollapseRunnables() { in runPostCollapseRunnables() method in ShadeControllerImpl
249 runPostCollapseRunnables(); in collapseShade()
255 runPostCollapseRunnables(); in collapseShade()
289 runPostCollapseRunnables(); in onClosingFinished()
321 runPostCollapseRunnables(); in instantCollapseShade()
369 runPostCollapseRunnables(); in makeExpandedInvisible()
422 getShadeViewController().setTrackingStartedListener(this::runPostCollapseRunnables); in start()
H A DShadeControllerEmptyImpl.kt55 override fun runPostCollapseRunnables() {}
H A DShadeController.java129 void runPostCollapseRunnables(); in runPostCollapseRunnables() method
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DActivityStarterImplTest.kt171 verify(shadeController).runPostCollapseRunnables()
183 verify(shadeController, never()).runPostCollapseRunnables()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DActivityStarterImpl.kt843 shadeControllerLazy.get().runPostCollapseRunnables()