Searched refs:timeRatio (Results 1 – 2 of 2) sorted by relevance
103 float timeRatio = static_cast<float>(timePair.second) / in recordPendingSegment() local105 occupancyAverage += timeRatio * occupancy; in recordPendingSegment()
2119 final float timeRatio; in interpolateOutOfBoundsScroll() local2121 timeRatio = 1f; in interpolateOutOfBoundsScroll()2123 timeRatio = (float) msSinceStartScroll / DRAG_SCROLL_ACCELERATION_LIMIT_TIME_MS; in interpolateOutOfBoundsScroll()2126 .getInterpolation(timeRatio)); in interpolateOutOfBoundsScroll()