Searched refs:SHORT_DELAY (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DWaveView.java65 private static final long SHORT_DELAY = 100; // for starting one animation after another. field in class:WaveView
236 mUnlockDefault.addAnimTo(DURATION, SHORT_DELAY, "scaleX", 1.0f, true);
237 mUnlockDefault.addAnimTo(DURATION, SHORT_DELAY, "scaleY", 1.0f, true);
238 mUnlockDefault.addAnimTo(DURATION, SHORT_DELAY, "alpha", 1.0f, true);
250 mUnlockHalo.addAnimTo(DURATION, SHORT_DELAY, "x", mLockCenterX, true);
251 mUnlockHalo.addAnimTo(DURATION, SHORT_DELAY, "y", mLockCenterY, true);
252 mUnlockHalo.addAnimTo(DURATION, SHORT_DELAY, "scaleX", 1.0f, true);
253 mUnlockHalo.addAnimTo(DURATION, SHORT_DELAY, "scaleY", 1.0f, true);
254 mUnlockHalo.addAnimTo(DURATION, SHORT_DELAY, "alpha", 1.0f, true);
279 mUnlockDefault.addAnimTo(DURATION, SHORT_DELAY, "scale
[all...]
/frameworks/base/services/java/com/android/server/
H A DNotificationManagerService.java115 private static final int SHORT_DELAY = 2000; // 2 seconds field in class:NotificationManagerService
1554 long delay = r.duration == Toast.LENGTH_LONG ? LONG_DELAY : SHORT_DELAY;

Completed in 116 milliseconds