HomeSort by relevance Sort by last modified time
    Searched refs:startKeyguardExitAnimation (Results 1 - 13 of 13) sorted by null

  /frameworks/base/core/java/com/android/internal/policy/
IKeyguardService.aidl 105 void startKeyguardExitAnimation(long startTime, long fadeoutDuration);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardService.java 219 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) {
220 Trace.beginSection("KeyguardService.mBinder#startKeyguardExitAnimation");
222 mKeyguardViewMediator.startKeyguardExitAnimation(startTime, fadeoutDuration);
KeyguardViewMediator.java 282 * Whether a hide is pending an we are just waiting for #startKeyguardExitAnimation to be
    [all...]
  /frameworks/base/services/core/java/com/android/server/policy/keyguard/
KeyguardServiceWrapper.java 231 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) {
233 mService.startKeyguardExitAnimation(startTime, fadeoutDuration);
KeyguardServiceDelegate.java 401 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) {
403 mKeyguardService.startKeyguardExitAnimation(startTime, fadeoutDuration);
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
TestWindowManagerPolicy.java 528 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) {
  /frameworks/base/services/core/java/com/android/server/policy/
WindowManagerPolicy.java     [all...]
PhoneWindowManager.java     [all...]
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 152 milliseconds