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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAnimatedAdapter.java69 private static int sDismissAllShortDelay = -1; field in class:AnimatedAdapter
270 if (sDismissAllShortDelay == -1) {
272 sDismissAllShortDelay = r.getInteger(R.integer.dismiss_all_leavebehinds_short_delay);
300 mHandler.postDelayed(mCountDown, sDismissAllShortDelay);
544 fadeIn.startFadeInTextAnimation(sDismissAllShortDelay /* delay start */);

Completed in 99 milliseconds