Home
last modified time | relevance | path

Searched refs:steps (Results 1 – 5 of 5) sorted by relevance

/platform_testing/libraries/uiautomator-helpers/src/android/platform/uiautomator_helpers/
DBetterSwipe.kt203 val steps = durationMs / stepTimeMs in <lambda>() constant
207 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>() constant
238 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>()
/platform_testing/libraries/app-helpers/interfaces/common/src/android/platform/helpers/
DIGoogleFitHelper.java63 int steps, int distance); in addActivity() argument
/platform_testing/libraries/flicker/utils/src/android/tools/helpers/
DAutomationUtils.kt103 val steps: Int in openQuickstep() constant
108 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()
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/
DREADME.md12 To check in config(s) for a new set of metrics, follow these steps:
/platform_testing/tests/bettertogether/betocq/
DReadMe.md121 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: