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

/frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
H A DGridTouchStackFromBottomManyTest.java72 TouchUtils.scrollToBottom(this, mGridView);
H A DGridTouchStackFromBottomTest.java54 TouchUtils.scrollToBottom(this, mGridView);
/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
H A DListTouchBottomGravityManyTest.java83 TouchUtils.scrollToBottom(this, mListView);
H A DListTouchManyTest.java78 TouchUtils.scrollToBottom(this, mListView);
/frameworks/base/test-runner/src/android/test/
H A DTouchUtils.java109 public static void scrollToBottom(ActivityInstrumentationTestCase test, ViewGroup v) { method in class:TouchUtils
110 scrollToBottom(test, test.getActivity(), v);
121 public static void scrollToBottom(InstrumentationTestCase test, Activity activity, method in class:TouchUtils

Completed in 90 milliseconds