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

/frameworks/base/test-runner/src/android/test/
H A DTouchUtils.java548 public static int dragViewBy(ActivityInstrumentationTestCase test, View v, int gravity, method in class:TouchUtils
550 return dragViewBy((InstrumentationTestCase) test, v, gravity, deltaX, deltaY);
570 public static int dragViewBy(InstrumentationTestCase test, View v, int gravity, int deltaX, method in class:TouchUtils

Completed in 185 milliseconds