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

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