Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardStateController.java191 default void setLaunchTransitionFadingAway(boolean b) {} in setLaunchTransitionFadingAway() method
H A DKeyguardStateControllerImpl.java391 public void setLaunchTransitionFadingAway(boolean fadingAway) { in setLaunchTransitionFadingAway() method in KeyguardStateControllerImpl
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImpl.java2414 mKeyguardStateController.setLaunchTransitionFadingAway(false); in onLaunchTransitionFadingEnded()
2434 mKeyguardStateController.setLaunchTransitionFadingAway(true); in fadeKeyguardAfterLaunchTransition()