HomeSort by relevance Sort by last modified time
    Searched refs:START_DELAY_MS (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
ExponentialBackoffTest.java 40 private static final int START_DELAY_MS = 10;
53 START_DELAY_MS, MAXIMUM_DELAY_MS, MULTIPLIER, mHandler, mRunnable);
91 // guarantee START_DELAY_MS * 2 ^ i <= MAXIMUM_DELAY_MS
95 long minDelay = (long) (START_DELAY_MS * Math.pow(MULTIPLIER, i - 1));
96 long maxDelay = (long) (START_DELAY_MS * Math.pow(MULTIPLIER, i));
105 // guarantee START_DELAY_MS * 2 ^ 30 > MAXIMUM_DELAY_MS
  /packages/apps/Camera2/src/com/android/camera/ui/
ModeListView.java 76 private static final int START_DELAY_MS = 100;
654 mAnimator = animateListToWidth(START_DELAY_MS * (-1), TOTAL_DURATION_MS,
    [all...]

Completed in 160 milliseconds