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

/frameworks/base/test-runner/src/android/test/
H A DTouchUtils.java689 public static int dragViewToY(ActivityInstrumentationTestCase test, View v, int gravity, method in class:TouchUtils
691 return dragViewToY((InstrumentationTestCase) test, v, gravity, toY);
705 public static int dragViewToY(InstrumentationTestCase test, View v, int gravity, int toY) { method in class:TouchUtils
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/helper/
H A DItemTouchHelperTest.java559 public static int dragViewToY(InstrumentationTestCase test, View v, int gravity, int toY) { method in class:ItemTouchHelperTest.TouchUtils

Completed in 48 milliseconds