Searched refs:thisDuration (Results 1 – 2 of 2) sorted by relevance
184 double thisDuration = mStoredStatistics[totalDurationPos].getElement(i); in getSortedJankFrameIndices() local186 if (thisDuration > FRAME_PERIOD_MS) { in getSortedJankFrameIndices()191 if (thisDuration > 2 * FRAME_PERIOD_MS) { in getSortedJankFrameIndices()
1480 long thisDuration = duration / (numStepLevels-i); in addLevelSteps() local1481 duration -= thisDuration; in addLevelSteps()1482 if (thisDuration > STEP_LEVEL_TIME_MASK) { in addLevelSteps()1483 thisDuration = STEP_LEVEL_TIME_MASK; in addLevelSteps()1485 steps[0] = thisDuration | modeBits; in addLevelSteps()