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

/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 95 milliseconds