Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBouncer.java178 mExpansionCallback.onStartingToShow(); in show()
519 void onStartingToShow(); in onStartingToShow() method
DStatusBarKeyguardViewManager.java104 public void onStartingToShow() {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DKeyguardBouncerTest.java143 verify(mExpansionCallback).onStartingToShow(); in testShow_notifiesVisibility()