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()
1356 long thisDuration = duration / (numStepLevels-i); in addLevelSteps() local1357 duration -= thisDuration; in addLevelSteps()1358 if (thisDuration > STEP_LEVEL_TIME_MASK) { in addLevelSteps()1359 thisDuration = STEP_LEVEL_TIME_MASK; in addLevelSteps()1361 steps[0] = thisDuration | modeBits; in addLevelSteps()