Home
last modified time | relevance | path

Searched refs:START_DELAY_MS (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DExponentialBackoffTest.java42 private static final int START_DELAY_MS = 10; field in ExponentialBackoffTest
55 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()
/aosp12/packages/apps/Camera2/src/com/android/camera/ui/
H A DModeListView.java76 private static final int START_DELAY_MS = 100; field in ModeListView
654 mAnimator = animateListToWidth(START_DELAY_MS * (-1), TOTAL_DURATION_MS, in startHidingShimmy()