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

/frameworks/base/media/libstagefright/codecs/aacdec/
H A Dps_constants.h61 #define SHORT_DELAY 1 macro
H A Dps_allocate_decoder.cpp230 h_ps_dec->aNoSampleDelay[i] = SHORT_DELAY;
265 delay = SHORT_DELAY;
/frameworks/base/core/java/com/android/internal/widget/
H A DWaveView.java63 private static final long SHORT_DELAY = 100; // for starting one animation after another. field in class:WaveView
234 mUnlockDefault.addAnimTo(DURATION, SHORT_DELAY, "scaleX", 1.0f, true);
235 mUnlockDefault.addAnimTo(DURATION, SHORT_DELAY, "scaleY", 1.0f, true);
236 mUnlockDefault.addAnimTo(DURATION, SHORT_DELAY, "alpha", 1.0f, true);
248 mUnlockHalo.addAnimTo(DURATION, SHORT_DELAY, "x", mLockCenterX, true);
249 mUnlockHalo.addAnimTo(DURATION, SHORT_DELAY, "y", mLockCenterY, true);
250 mUnlockHalo.addAnimTo(DURATION, SHORT_DELAY, "scaleX", 1.0f, true);
251 mUnlockHalo.addAnimTo(DURATION, SHORT_DELAY, "scaleY", 1.0f, true);
252 mUnlockHalo.addAnimTo(DURATION, SHORT_DELAY, "alpha", 1.0f, true);
277 mUnlockDefault.addAnimTo(DURATION, SHORT_DELAY, "scale
[all...]
/frameworks/base/services/java/com/android/server/
H A DNotificationManagerService.java76 private static final int SHORT_DELAY = 2000; // 2 seconds field in class:NotificationManagerService
583 long delay = immediate ? 0 : (r.duration == Toast.LENGTH_LONG ? LONG_DELAY : SHORT_DELAY);

Completed in 317 milliseconds