Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DShadeController.java71 void addPostCollapseAction(Runnable action); in addPostCollapseAction() method
DStatusBarNotificationActivityStarter.java259 mShadeController.addPostCollapseAction(runnable); in handleNotificationClickAfterKeyguardDismissed()
491 mShadeController.addPostCollapseAction(removeRunnable); in removeNotification()
DStatusBarNotificationPresenter.java313 mShadeController.addPostCollapseAction(this::updateNotificationViews); in updateNotificationViews()
DStatusBar.java3144 public void addPostCollapseAction(Runnable r) { in addPostCollapseAction() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarterTest.java185 .when(mShadeController).addPostCollapseAction(any(Runnable.class)); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java5567 mShadeController.addPostCollapseAction(() -> {