Home
last modified time | relevance | path

Searched refs:swipeCount (Results 1 – 3 of 3) sorted by relevance

/platform_testing/tests/microbenchmarks/uibench/src/com/android/uibench/microbenchmark/
DIUiBenchJankHelper.java94 void swipeRightLeft(int swipeCount); in swipeRightLeft() argument
DUiBenchJankHelper.java142 public void swipeRightLeft(int swipeCount) { in swipeRightLeft() argument
147 for (int count = 0; count < swipeCount; count++) { in swipeRightLeft()
/platform_testing/tests/jank/uibench/src/com/android/uibench/janktests/
DUiBenchJankTestsHelper.java133 public void swipeRightLeft(UiObject2 content, int swipeCount) { in swipeRightLeft() argument
136 for (int count = 0; count < swipeCount; count++) { in swipeRightLeft()