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
45 public static void schedule(int userId, Context ctx, long minDelay, in schedule()
227 long minDelay = 0; in calculateChildAnimationDelay() local
60 jfieldID minDelay; member
1472 private void scheduleSyncOperationH(SyncOperation syncOperation, long minDelay) { in scheduleSyncOperationH()