Home | History | Annotate | Download | only in policy

Lines Matching defs:startKeyguardExitAnimation

4252             startKeyguardExitAnimation(SystemClock.uptimeMillis(), duration);
7147 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) {
7149 if (DEBUG_KEYGUARD) Slog.d(TAG, "PWM.startKeyguardExitAnimation");
7150 mKeyguardDelegate.startKeyguardExitAnimation(startTime, fadeoutDuration);