Searched refs:stepCount (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/test-runner/src/android/test/
H A DTouchUtils.java208 * @param stepCount How many move steps to include in the drag
216 int stepCount) {
217 dragViewToBottom(test, test.getActivity(), v, stepCount);
226 * @param stepCount How many move steps to include in the drag
229 int stepCount) {
242 drag(test, x, x, fromY, toY, stepCount);
446 * @param stepCount How many move steps to include in the drag
453 public static void dragViewToTop(ActivityInstrumentationTestCase test, View v, int stepCount) { argument
454 dragViewToTop((InstrumentationTestCase) test, v, stepCount);
472 * @param stepCount Ho
215 dragViewToBottom(ActivityInstrumentationTestCase test, View v, int stepCount) argument
228 dragViewToBottom(InstrumentationTestCase test, Activity activity, View v, int stepCount) argument
474 dragViewToTop(InstrumentationTestCase test, View v, int stepCount) argument
747 drag(ActivityInstrumentationTestCase test, float fromX, float toX, float fromY, float toY, int stepCount) argument
762 drag(InstrumentationTestCase test, float fromX, float toX, float fromY, float toY, int stepCount) argument
[all...]

Completed in 92 milliseconds