Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java1081 final Runnable postCollapseAction = () -> { in setOccluded() local
1088 mShadeController.get().addPostCollapseAction(postCollapseAction); in setOccluded()
1090 postCollapseAction.run(); in setOccluded()