Searched refs:dragViewToTop (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/test-runner/src/android/test/ |
H A D | TouchUtils.java | 450 public static void dragViewToTop(ActivityInstrumentationTestCase test, View v) { in dragViewToTop() method in TouchUtils 451 dragViewToTop((InstrumentationTestCase) test, v, 4); in dragViewToTop() 466 public static void dragViewToTop(ActivityInstrumentationTestCase test, View v, int stepCount) { in dragViewToTop() method in TouchUtils 467 dragViewToTop((InstrumentationTestCase) test, v, stepCount); in dragViewToTop() 476 public static void dragViewToTop(InstrumentationTestCase test, View v) { in dragViewToTop() method in TouchUtils 477 dragViewToTop(test, v, 4); in dragViewToTop() 487 public static void dragViewToTop(InstrumentationTestCase test, View v, int stepCount) { in dragViewToTop() method in TouchUtils
|
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/ |
H A D | ListTouchTest.java | 77 TouchUtils.dragViewToTop(this, lastChild); in testPushUp()
|
H A D | ListTouchBottomGravityTest.java | 79 TouchUtils.dragViewToTop(this, lastChild); in testPushUp()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/ |
H A D | GridTouchStackFromBottomTest.java | 88 TouchUtils.dragViewToTop(this, mGridView.getChildAt(mGridView.getChildCount() - 1), 2); in testPushUpFast()
|
/aosp14/frameworks/base/test-runner/api/ |
H A D | current.txt | 226 …method @Deprecated public static void dragViewToTop(android.test.ActivityInstrumentationTestCase, … 227 …method @Deprecated public static void dragViewToTop(android.test.ActivityInstrumentationTestCase, … 228 …method @Deprecated public static void dragViewToTop(android.test.InstrumentationTestCase, android.… 229 …method @Deprecated public static void dragViewToTop(android.test.InstrumentationTestCase, android.…
|