Home
last modified time | relevance | path

Searched refs:scrollTestApp (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/assist/src/android/assist/cts/
DTextViewTest.java47 scrollTestApp(0, 0, true, false); in testTextView()
61 scrollTestApp(10, 50, true /* scrollTextView */, false /* scrollScrollView */); in testTextView()
69 scrollTestApp(-1, -1, true, false); in testTextView()
77 scrollTestApp(0, 0, true, true); in testTextView()
85 scrollTestApp(10, 50, false, true); in testTextView()
95 protected void scrollTestApp(int scrollX, int scrollY, boolean scrollTextView, in scrollTestApp() method in TextViewTest
97 super.scrollTestApp(scrollX, scrollY, scrollTextView, scrollScrollView); in scrollTestApp()
DAssistTestBase.java406 protected void scrollTestApp(int scrollX, int scrollY, boolean scrollTextView, in scrollTestApp() method