Searched defs:dragViewToTop (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/test-runner/src/android/test/
H A DTouchUtils.java426 public static void dragViewToTop(ActivityInstrumentationTestCase test, View v) { method in class:TouchUtils
427 dragViewToTop((InstrumentationTestCase) test, v, 4);
442 public static void dragViewToTop(ActivityInstrumentationTestCase test, View v, int stepCount) { method in class:TouchUtils
443 dragViewToTop((InstrumentationTestCase) test, v, stepCount);
452 public static void dragViewToTop(InstrumentationTestCase test, View v) { method in class:TouchUtils
453 dragViewToTop(test, v, 4);
463 public static void dragViewToTop(InstrumentationTestCase test, View v, int stepCount) { method in class:TouchUtils
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/helper/
H A DItemTouchHelperTest.java423 public static void dragViewToTop(InstrumentationTestCase test, View v) { method in class:ItemTouchHelperTest.TouchUtils
424 dragViewToTop(test, v, 4);
434 public static void dragViewToTop(InstrumentationTestCase test, View v, int stepCount) { method in class:ItemTouchHelperTest.TouchUtils

Completed in 2832 milliseconds