Searched refs:steps (Results 1 – 5 of 5) sorted by relevance
203 val steps = durationMs / stepTimeMs in <lambda>() constant207 for (i in 0 until steps) { in <lambda>()214 val progress = interpolator.getInterpolation(i / (steps - 1f)) in <lambda>()218 assertThat(currentTime).isEqualTo(startTime + stepTimeMs * steps) in <lambda>()235 val steps = durationMs / stepTimeMs in <lambda>() constant238 val stepDelta = PointF(delta.x / steps, delta.y / steps) in <lambda>()239 (1..steps).forEach { _ -> in <lambda>()250 assertThat(currentTime).isEqualTo(startTime + stepTimeMs * steps) in <lambda>()
63 int steps, int distance); in addActivity() argument
103 val steps: Int in openQuickstep() constant108 steps = (endX - startX) / 100 // 100 px/step in openQuickstep()113 steps = (startY - endY) / 100 // 100 px/step in openQuickstep()116 this.swipe(startX, startY, endX, endY, steps) in openQuickstep()
12 To check in config(s) for a new set of metrics, follow these steps:
121 BetoCQ takes three steps to address this issue:131 reasons and suggest next steps for debugging and appropriate component owner.181 ## Test steps {:#test-steps}183 Follow these steps to prepare and execute tests and review test results.394 6. If the test fails, follow the following steps to triage the results: