Searched refs:dragViewBy (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/ |
H A D | ListTouchBottomGravityManyTest.java | 105 TouchUtils.dragViewBy(this, firstChild, Gravity.BOTTOM | Gravity.CENTER_HORIZONTAL, in testNoScroll() 127 TouchUtils.dragViewBy(this, firstChild, Gravity.BOTTOM | Gravity.CENTER_HORIZONTAL, in testShortScroll() 147 int distance = TouchUtils.dragViewBy(this, firstChild, in testLongScroll()
|
H A D | ListTouchManyTest.java | 153 TouchUtils.dragViewBy(this, lastChild, Gravity.TOP | Gravity.LEFT, in testNoScroll() 170 TouchUtils.dragViewBy(this, lastChild, Gravity.TOP | Gravity.LEFT, in testShortScroll()
|
H A D | ListOfTouchablesTest.java | 62 TouchUtils.dragViewBy(this, lastChild, Gravity.TOP | Gravity.LEFT, in testShortScroll()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/ |
H A D | GridTouchVerticalSpacingStackFromBottomTest.java | 68 TouchUtils.dragViewBy(this, firstChild, Gravity.BOTTOM | Gravity.CENTER_HORIZONTAL, 0, in testNoScroll() 90 TouchUtils.dragViewBy(this, firstChild, Gravity.BOTTOM | Gravity.CENTER_HORIZONTAL, 0, in testShortScroll() 112 int distance = TouchUtils.dragViewBy(this, firstChild, in testLongScroll()
|
H A D | GridTouchVerticalSpacingTest.java | 61 TouchUtils.dragViewBy(this, lastChild, Gravity.TOP | Gravity.LEFT, in testNoScroll() 78 TouchUtils.dragViewBy(this, lastChild, Gravity.TOP | Gravity.LEFT, in testShortScroll()
|
/aosp14/frameworks/base/test-runner/src/android/test/ |
H A D | TouchUtils.java | 560 public static int dragViewBy(ActivityInstrumentationTestCase test, View v, int gravity, in dragViewBy() method in TouchUtils 562 return dragViewBy((InstrumentationTestCase) test, v, gravity, deltaX, deltaY); in dragViewBy() 582 public static int dragViewBy(InstrumentationTestCase test, View v, int gravity, int deltaX, in dragViewBy() method in TouchUtils
|
/aosp14/frameworks/base/test-runner/api/ |
H A D | current.txt | 218 …method @Deprecated public static int dragViewBy(android.test.ActivityInstrumentationTestCase, andr… 219 …method @Deprecated public static int dragViewBy(android.test.InstrumentationTestCase, android.view…
|