Home
last modified time | relevance | path

Searched refs:dragViewToY (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
H A DListOfTouchablesTest.java78 int distance = TouchUtils.dragViewToY(this, lastChild, in testLongScroll()
H A DListTouchManyTest.java186 int distance = TouchUtils.dragViewToY(this, lastChild, in testLongScroll()
/aosp12/frameworks/base/test-runner/src/android/test/
H A DTouchUtils.java713 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 DGridTouchVerticalSpacingTest.java94 int distance = TouchUtils.dragViewToY(this, lastChild, Gravity.TOP | Gravity.LEFT, in testLongScroll()
/aosp12/frameworks/base/test-runner/api/
H A Dcurrent.txt232 …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 Dandroid-22.txt29120 …method public static deprecated int dragViewToY(android.test.ActivityInstrumentationTestCase, andr…
29121 …method public static int dragViewToY(android.test.InstrumentationTestCase, android.view.View, int,…