Home
last modified time | relevance | path

Searched defs:fadeoutDuration (Results 1 – 12 of 12) sorted by relevance

/aosp12/frameworks/base/core/java/com/android/internal/policy/
H A DIKeyguardService.aidl112 void startKeyguardExitAnimation(long startTime, long fadeoutDuration); in startKeyguardExitAnimation()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardViewController.java49 void hide(long startTime, long fadeoutDuration); in hide()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardStateController.java122 default void notifyKeyguardFadingAway(long delay, long fadeoutDuration, in notifyKeyguardFadingAway()
H A DKeyguardStateControllerImpl.java197 public void notifyKeyguardFadingAway(long delay, long fadeoutDuration, boolean isBypassFading) { in notifyKeyguardFadingAway()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java2208 private void handleStartKeyguardExitAnimation(long startTime, long fadeoutDuration, in handleStartKeyguardExitAnimation()
2705 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { in startKeyguardExitAnimation()
2737 long startTime, long fadeoutDuration, in startKeyguardExitAnimation()
2853 long fadeoutDuration; field in KeyguardViewMediator.StartKeyguardExitAnimParams
2860 long startTime, long fadeoutDuration, in StartKeyguardExitAnimParams()
/aosp12/frameworks/base/services/core/java/com/android/server/policy/keyguard/
H A DKeyguardServiceWrapper.java240 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { in startKeyguardExitAnimation()
H A DKeyguardServiceDelegate.java399 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { in startKeyguardExitAnimation()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarKeyguardViewManager.java724 public void hide(long startTime, long fadeoutDuration) { in hide()
782 fadeoutDuration, in hide() local
799 fadeoutDuration, in hide() local
H A DStatusBar.java3147 public void setKeyguardFadingAway(long startTime, long delay, long fadeoutDuration, in setKeyguardFadingAway()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/keyguard/
H A DCarKeyguardViewController.java201 public void hide(long startTime, long fadeoutDuration) { in hide()
/aosp12/frameworks/base/services/core/java/com/android/server/policy/
H A DWindowManagerPolicy.java1187 void startKeyguardExitAnimation(long startTime, long fadeoutDuration); in startKeyguardExitAnimation()
H A DPhoneWindowManager.java4658 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { in startKeyguardExitAnimation()