Searched defs:minDelay (Results 1 – 5 of 5) sorted by relevance
97 long minDelay = (long) (START_DELAY_MS * Math.pow(MULTIPLIER, i - 1)); in testDelayIncreasedExponentially() local
47 public static void schedule(int userId, Context ctx, long minDelay, in schedule()
228 long minDelay = 0; in calculateChildAnimationDelay() local
60 jfieldID minDelay; member
1475 private void scheduleSyncOperationH(SyncOperation syncOperation, long minDelay) { in scheduleSyncOperationH()