Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DIKeyguardService.aidl113 void startKeyguardExitAnimation(long startTime, long fadeoutDuration); in startKeyguardExitAnimation()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardViewController.java49 void hide(long startTime, long fadeoutDuration); in hide()
/aosp14/frameworks/base/services/core/java/com/android/server/policy/keyguard/
H A DKeyguardServiceWrapper.java241 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { in startKeyguardExitAnimation()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardStateControllerImpl.java226 public void notifyKeyguardFadingAway(long delay, long fadeoutDuration) { in notifyKeyguardFadingAway()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfaces.java272 void setKeyguardFadingAway(long startTime, long delay, long fadeoutDuration); in setKeyguardFadingAway()
H A DStatusBarKeyguardViewManager.java954 public void hide(long startTime, long fadeoutDuration) { in hide()
H A DCentralSurfacesImpl.java2559 public void setKeyguardFadingAway(long startTime, long delay, long fadeoutDuration) { in setKeyguardFadingAway()