Searched refs:timeSlot (Results 1 – 4 of 4) sorted by relevance
90 for (Range<Long> timeSlot : timeSlots) { in computeScore()92 getFreqDecayedOnElapsedTime(now - timeSlot.getLower())); in computeScore()101 for (Range<Long> timeSlot : timeSlotsOfSameType) { in computeScore()103 getFreqDecayedOnElapsedTime(now - timeSlot.getLower())); in computeScore()
315 private static long getDuration(Range<Long> timeSlot) { in getDuration() argument316 return timeSlot.getUpper() - timeSlot.getLower(); in getDuration()
1524 final int timeSlot = (int) (1000 / frameRate);1525 int round = (int) Math.ceil((double) timeDelta / timeSlot);1528 mAnimatorTestRule.advanceTimeBy(timeSlot); in mInstrumentation.runOnMainSync()
1503 final int timeSlot = (int) (1000 / frameRate);1504 int round = (int) Math.ceil((double) timeDelta / timeSlot);1507 mAnimatorTestRule.advanceTimeBy(timeSlot); in mInstrumentation.runOnMainSync()