Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardStateController.java136 boolean isLaunchTransitionFadingAway(); in isLaunchTransitionFadingAway() method
H A DKeyguardStateControllerImpl.java356 public boolean isLaunchTransitionFadingAway() { in isLaunchTransitionFadingAway() method in KeyguardStateControllerImpl
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
H A DFakeKeyguardStateController.java77 public boolean isLaunchTransitionFadingAway() { in isLaunchTransitionFadingAway() method in FakeKeyguardStateController
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsKeyguardViewController.java125 mLaunchTransitionFadingAway = mKeyguardStateController.isLaunchTransitionFadingAway(); in onViewAttached()
422 mKeyguardStateController.isLaunchTransitionFadingAway();
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DUdfpsKeyguardViewControllerTest.java224 when(mKeyguardStateController.isLaunchTransitionFadingAway()).thenReturn(true); in testShouldPauseAuthIsLaunchTransitionFadingAway()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
H A DCollapsedStatusBarFragment.java331 if (!mKeyguardStateController.isLaunchTransitionFadingAway() in adjustDisableFlags()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationMediaManager.java601 if (mKeyguardStateController.isLaunchTransitionFadingAway() || wakeAndUnlock) { in updateMediaMetaData()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java2961 if (mKeyguardStateController.isLaunchTransitionFadingAway()) { in showKeyguardImpl()