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.java87 scrollTestApp(0, 0, true, false); in testTextView()
101 scrollTestApp(10, 50, true /* scrollTextView */, false /* scrollScrollView */); in testTextView()
107 scrollTestApp(-1, -1, true, false); in testTextView()
113 scrollTestApp(0, 0, true, true); in testTextView()
119 scrollTestApp(10, 50, false, true); in testTextView()
DAssistTestBase.java231 protected void scrollTestApp(int scrollX, int scrollY, boolean scrollTextView, in scrollTestApp() method in AssistTestBase