Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeControllerEmptyImpl.kt54 override fun addPostCollapseAction(action: Runnable?) {}
H A DShadeController.java126 void addPostCollapseAction(Runnable action); in addPostCollapseAction() method
H A DShadeControllerImpl.java216 public void addPostCollapseAction(Runnable action) { in addPostCollapseAction() method in ShadeControllerImpl
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationActivityStarter.java283 mShadeController.addPostCollapseAction(runnable); in handleNotificationClickAfterKeyguardDismissed()
367 mShadeController.addPostCollapseAction(removeNotification); in handleNotificationClickAfterPanelCollapsed()
404 mShadeController.addPostCollapseAction(removeNotification); in onDragSuccess()
H A DStatusBarKeyguardViewManager.java905 mShadeController.get().addPostCollapseAction(() -> { in setOccluded()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationActivityStarterTest.java277 .when(mShadeController).addPostCollapseAction(any(Runnable.class)); in setUp()