Searched refs:dragViewToY (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/ |
H A D | ListOfTouchablesTest.java | 78 int distance = TouchUtils.dragViewToY(this, lastChild, in testLongScroll()
|
H A D | ListTouchManyTest.java | 186 int distance = TouchUtils.dragViewToY(this, lastChild, in testLongScroll()
|
/aosp12/frameworks/base/test-runner/src/android/test/ |
H A D | TouchUtils.java | 713 public static int dragViewToY(ActivityInstrumentationTestCase test, View v, int gravity, in dragViewToY() method in TouchUtils 715 return dragViewToY((InstrumentationTestCase) test, v, gravity, toY); in dragViewToY() 729 public static int dragViewToY(InstrumentationTestCase test, View v, int gravity, int toY) { in dragViewToY() method in TouchUtils
|
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/ |
H A D | GridTouchVerticalSpacingTest.java | 94 int distance = TouchUtils.dragViewToY(this, lastChild, Gravity.TOP | Gravity.LEFT, in testLongScroll()
|
/aosp12/frameworks/base/test-runner/api/ |
H A D | current.txt | 232 …method @Deprecated public static int dragViewToY(android.test.ActivityInstrumentationTestCase, and… 233 …method @Deprecated public static int dragViewToY(android.test.InstrumentationTestCase, android.vie…
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 29120 …method public static deprecated int dragViewToY(android.test.ActivityInstrumentationTestCase, andr… 29121 …method public static int dragViewToY(android.test.InstrumentationTestCase, android.view.View, int,…
|