Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardStateController.java143 default void setLaunchTransitionFadingAway(boolean b) {} in setLaunchTransitionFadingAway() method
DKeyguardStateControllerImpl.java249 public void setLaunchTransitionFadingAway(boolean fadingAway) { in setLaunchTransitionFadingAway() method in KeyguardStateControllerImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java3216 mKeyguardStateController.setLaunchTransitionFadingAway(false); in onLaunchTransitionFadingEnded()
3237 mKeyguardStateController.setLaunchTransitionFadingAway(true); in fadeKeyguardAfterLaunchTransition()