Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DFakeKeyguardStateController.java90 public boolean isLaunchTransitionFadingAway() { in isLaunchTransitionFadingAway() method in FakeKeyguardStateController
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/
DFakeKeyguardStateController.java93 public boolean isLaunchTransitionFadingAway() { in isLaunchTransitionFadingAway() method in FakeKeyguardStateController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardStateController.java144 boolean isLaunchTransitionFadingAway(); in isLaunchTransitionFadingAway() method
DKeyguardStateControllerImpl.java400 public boolean isLaunchTransitionFadingAway() { in isLaunchTransitionFadingAway() method in KeyguardStateControllerImpl
421 pw.println(" isLaunchTransitionFadingAway: " + isLaunchTransitionFadingAway()); in dump()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/
DUdfpsKeyguardViewLegacyControllerTest.java134 when(mKeyguardStateController.isLaunchTransitionFadingAway()).thenReturn(true); in testShouldPauseAuthIsLaunchTransitionFadingAway()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsKeyguardViewControllerLegacy.kt141 launchTransitionFadingAway = keyguardStateController.isLaunchTransitionFadingAway in <lambda>()
353 launchTransitionFadingAway = keyguardStateController.isLaunchTransitionFadingAway in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
DCollapsedStatusBarFragment.java583 if (!mKeyguardStateController.isLaunchTransitionFadingAway() in calculateInternalModel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImpl.java2079 if (mKeyguardStateController.isLaunchTransitionFadingAway()) { in showKeyguardImpl()