Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/policy/
DIKeyguardService.aidl113 void startKeyguardExitAnimation(long startTime, long fadeoutDuration); in startKeyguardExitAnimation() method
/frameworks/base/services/core/java/com/android/server/policy/keyguard/
DKeyguardServiceWrapper.java251 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { in startKeyguardExitAnimation() method in KeyguardServiceWrapper
DKeyguardServiceDelegate.java435 public void startKeyguardExitAnimation(long startTime) { in startKeyguardExitAnimation() method in KeyguardServiceDelegate
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTestWindowManagerPolicy.java328 public void startKeyguardExitAnimation(long startTime) { in startKeyguardExitAnimation() method in TestWindowManagerPolicy
/frameworks/base/services/core/java/com/android/server/policy/
DWindowManagerPolicy.java1185 void startKeyguardExitAnimation(long startTime); in startKeyguardExitAnimation() method