Searched refs:START_DELAY_MS (Results 1 – 2 of 2) sorted by relevance
42 private static final int START_DELAY_MS = 10; field in ExponentialBackoffTest55 START_DELAY_MS, MAXIMUM_DELAY_MS, MULTIPLIER, mHandler, mRunnable); in setUp()97 long minDelay = (long) (START_DELAY_MS * Math.pow(MULTIPLIER, i - 1)); in testDelayIncreasedExponentially()98 long maxDelay = (long) (START_DELAY_MS * Math.pow(MULTIPLIER, i)); in testDelayIncreasedExponentially()
76 private static final int START_DELAY_MS = 100; field in ModeListView654 mAnimator = animateListToWidth(START_DELAY_MS * (-1), TOTAL_DURATION_MS, in startHidingShimmy()