Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBouncer.java562 callback.onStartingToShow(); in dispatchStartingToShow()
624 void onStartingToShow(); in onStartingToShow() method
H A DStatusBarKeyguardViewManager.java133 public void onStartingToShow() {
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/keyguard/
H A DCarKeyguardViewController.java108 public void onStartingToShow() {
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DKeyguardBouncerTest.java171 verify(mExpansionCallback).onStartingToShow(); in testShow_notifiesVisibility()