Home
last modified time | relevance | path

Searched defs:addPostCollapseAction (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DShadeController.java71 void addPostCollapseAction(Runnable action); in addPostCollapseAction() method
H A DShadeControllerImpl.java165 public void addPostCollapseAction(Runnable action) { in addPostCollapseAction() method in ShadeControllerImpl