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

/frameworks/base/test-runner/src/android/test/
H A DTouchUtils.java701 public static int dragViewToY(ActivityInstrumentationTestCase test, View v, int gravity, method in class:TouchUtils
703 return dragViewToY((InstrumentationTestCase) test, v, gravity, toY);
717 public static int dragViewToY(InstrumentationTestCase test, View v, int gravity, int toY) { method in class:TouchUtils

Completed in 194 milliseconds