Home
last modified time | relevance | path

Searched defs:scrollY (Results 1 – 9 of 9) sorted by relevance

/cts/tests/tests/assist/testapp/src/android/assist/testapp/
DTextViewActivity.java47 int scrollX, scrollY; in onReceivedEventFromCaller() local
/cts/tests/tests/transition/src/android/transition/cts/
DChangeScrollTest.java71 final int scrollY = view.getScrollY(); in testChangeScroll() local
/cts/tests/tests/assist/src/android/assist/cts/
DTextViewTest.java95 protected void scrollTestApp(int scrollX, int scrollY, boolean scrollTextView, in scrollTestApp()
DTestStartActivity.java112 public void scrollText(int scrollX, int scrollY, boolean scrollTextView, in scrollText()
DAssistTestBase.java406 protected void scrollTestApp(int scrollX, int scrollY, boolean scrollTextView, in scrollTestApp()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DInteractiveVerifierActivity.java177 int scrollY = (savedState == null) ? 0 : savedState.getInt(SCROLLY, 0); in onCreate() local
208 private void setupTests(int savedStateIndex, int savedStatus, int scrollY) { in setupTests()
/cts/tests/tests/text/src/android/text/method/cts/
DScrollingMovementMethodTest.java749 final int scrollY = mTextView.getScrollY(); in verifyVisibleLineInTextView() local
/cts/tests/tests/widget/src/android/widget/cts/
DScrollViewTest.java850 int scrollY = mScrollViewCustom.getScrollY(); in testRequestChildFocus() local
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java2806 int scrollY = previousScrollY; in waitForScrollingComplete() local