Searched refs:sDismissAllShortDelay (Results 1 – 1 of 1) sorted by relevance
69 private static int sDismissAllShortDelay = -1; field in AnimatedAdapter270 if (sDismissAllShortDelay == -1) { in AnimatedAdapter()272 sDismissAllShortDelay = r.getInteger(R.integer.dismiss_all_leavebehinds_short_delay); in AnimatedAdapter()300 mHandler.postDelayed(mCountDown, sDismissAllShortDelay); in startDismissCounter()544 fadeIn.startFadeInTextAnimation(sDismissAllShortDelay /* delay start */); in getView()