Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardStateController.java259 default void onLaunchTransitionFadingAwayChanged() {} in onLaunchTransitionFadingAwayChanged() method
H A DKeyguardStateControllerImpl.java352 new ArrayList<>(mCallbacks).forEach(Callback::onLaunchTransitionFadingAwayChanged); in setLaunchTransitionFadingAway()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsKeyguardViewController.java420 public void onLaunchTransitionFadingAwayChanged() {
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DUdfpsKeyguardViewControllerTest.java225 mKeyguardStateControllerCallback.onLaunchTransitionFadingAwayChanged(); in testShouldPauseAuthIsLaunchTransitionFadingAway()