Searched refs:dragViewToX (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/test-runner/src/android/test/ |
H A D | TouchUtils.java | 666 public static int dragViewToX(ActivityInstrumentationTestCase test, View v, int gravity, in dragViewToX() method in TouchUtils 668 return dragViewToX((InstrumentationTestCase) test, v, gravity, toX); in dragViewToX() 682 public static int dragViewToX(InstrumentationTestCase test, View v, int gravity, int toX) { in dragViewToX() method in TouchUtils
|
/aosp12/frameworks/base/test-runner/api/ |
H A D | current.txt | 230 …method @Deprecated public static int dragViewToX(android.test.ActivityInstrumentationTestCase, and… 231 …method @Deprecated public static int dragViewToX(android.test.InstrumentationTestCase, android.vie…
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 29118 …method public static deprecated int dragViewToX(android.test.ActivityInstrumentationTestCase, andr… 29119 …method public static int dragViewToX(android.test.InstrumentationTestCase, android.view.View, int,…
|