Home
last modified time | relevance | path

Searched refs:dragViewToTop (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/test-runner/src/android/test/
H A DTouchUtils.java450 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 DListTouchTest.java77 TouchUtils.dragViewToTop(this, lastChild); in testPushUp()
H A DListTouchBottomGravityTest.java79 TouchUtils.dragViewToTop(this, lastChild); in testPushUp()
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
H A DGridTouchStackFromBottomTest.java88 TouchUtils.dragViewToTop(this, mGridView.getChildAt(mGridView.getChildCount() - 1), 2); in testPushUpFast()
/aosp14/frameworks/base/test-runner/api/
H A Dcurrent.txt226 …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.…