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
241 mUnlockDefault.addAnimTo(DURATION, SHORT_DELAY, "scaleX", 1.0f, true);
242 mUnlockDefault.addAnimTo(DURATION, SHORT_DELAY, "scaleY", 1.0f, true);
243 mUnlockDefault.addAnimTo(DURATION, SHORT_DELAY, "alpha", 1.0f, true);
255 mUnlockHalo.addAnimTo(DURATION, SHORT_DELAY, "x", mLockCenterX, true);
256 mUnlockHalo.addAnimTo(DURATION, SHORT_DELAY, "y", mLockCenterY, true);
257 mUnlockHalo.addAnimTo(DURATION, SHORT_DELAY, "scaleX", 1.0f, true);
258 mUnlockHalo.addAnimTo(DURATION, SHORT_DELAY, "scaleY", 1.0f, true);
259 mUnlockHalo.addAnimTo(DURATION, SHORT_DELAY, "alpha", 1.0f, true);
284 mUnlockDefault.addAnimTo(DURATION, SHORT_DELAY, "scale
[all...]
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java140 static final int SHORT_DELAY = 2000; // 2 seconds field in class:NotificationManagerService
2242 long delay = r.duration == Toast.LENGTH_LONG ? LONG_DELAY : SHORT_DELAY;

Completed in 21 milliseconds