Searched refs:scrollToTop (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
H A DGridTouchStackFromBottomManyTest.java56 TouchUtils.scrollToTop(this, mGridView);
H A DGridTouchStackFromBottomTest.java71 TouchUtils.scrollToTop(this, mGridView);
/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
H A DListTouchBottomGravityManyTest.java63 TouchUtils.scrollToTop(this, mListView);
H A DListTouchManyTest.java60 TouchUtils.scrollToTop(this, mListView);
/frameworks/base/test-runner/src/android/test/
H A DTouchUtils.java150 public static void scrollToTop(ActivityInstrumentationTestCase test, ViewGroup v) { method in class:TouchUtils
151 scrollToTop(test, test.getActivity(), v);
162 public static void scrollToTop(InstrumentationTestCase test, Activity activity, ViewGroup v) { method in class:TouchUtils

Completed in 124 milliseconds