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

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

Completed in 82 milliseconds