Home
last modified time | relevance | path

Searched defs:startKeyguardExitAnimation (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DIKeyguardService.aidl113 void startKeyguardExitAnimation(long startTime, long fadeoutDuration); in startKeyguardExitAnimation() method
/aosp14/frameworks/base/services/core/java/com/android/server/policy/keyguard/
H A DKeyguardServiceWrapper.java241 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { in startKeyguardExitAnimation() method in KeyguardServiceWrapper
H A DKeyguardServiceDelegate.java426 public void startKeyguardExitAnimation(long startTime) { in startKeyguardExitAnimation() method in KeyguardServiceDelegate
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTestWindowManagerPolicy.java324 public void startKeyguardExitAnimation(long startTime) { in startKeyguardExitAnimation() method in TestWindowManagerPolicy
/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DWindowManagerPolicy.java1180 void startKeyguardExitAnimation(long startTime); in startKeyguardExitAnimation() method