Searched refs:scrollToTop (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/ |
D | GridTouchStackFromBottomManyTest.java | 56 TouchUtils.scrollToTop(this, mGridView); in testScrollToTop()
|
D | GridTouchStackFromBottomTest.java | 71 TouchUtils.scrollToTop(this, mGridView); in testPullDown()
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/ |
D | ListTouchBottomGravityManyTest.java | 63 TouchUtils.scrollToTop(this, mListView); in testPullDown()
|
D | ListTouchManyTest.java | 60 TouchUtils.scrollToTop(this, mListView); in testPullDown()
|
/frameworks/base/test-runner/src/android/test/ |
D | TouchUtils.java | 166 public static void scrollToTop(ActivityInstrumentationTestCase test, ViewGroup v) { in scrollToTop() method in TouchUtils 167 scrollToTop(test, test.getActivity(), v); in scrollToTop() 178 public static void scrollToTop(InstrumentationTestCase test, Activity activity, ViewGroup v) { in scrollToTop() method in TouchUtils
|
/frameworks/base/test-runner/api/ |
D | current.txt | 238 …method @Deprecated public static void scrollToTop(android.test.ActivityInstrumentationTestCase, an… 239 …method @Deprecated public static void scrollToTop(android.test.InstrumentationTestCase, android.ap…
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 29126 …method public static deprecated void scrollToTop(android.test.ActivityInstrumentationTestCase, and… 29127 …method public static void scrollToTop(android.test.InstrumentationTestCase, android.app.Activity, …
|