Searched defs:scrollY (Results 1 – 9 of 9) sorted by relevance
/cts/tests/tests/assist/testapp/src/android/assist/testapp/ |
D | TextViewActivity.java | 47 int scrollX, scrollY; in onReceivedEventFromCaller() local
|
/cts/tests/tests/transition/src/android/transition/cts/ |
D | ChangeScrollTest.java | 71 final int scrollY = view.getScrollY(); in testChangeScroll() local
|
/cts/tests/tests/assist/src/android/assist/cts/ |
D | TextViewTest.java | 95 protected void scrollTestApp(int scrollX, int scrollY, boolean scrollTextView, in scrollTestApp()
|
D | TestStartActivity.java | 112 public void scrollText(int scrollX, int scrollY, boolean scrollTextView, in scrollText()
|
D | AssistTestBase.java | 406 protected void scrollTestApp(int scrollX, int scrollY, boolean scrollTextView, in scrollTestApp()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
D | InteractiveVerifierActivity.java | 177 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/ |
D | ScrollingMovementMethodTest.java | 749 final int scrollY = mTextView.getScrollY(); in verifyVisibleLineInTextView() local
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | ScrollViewTest.java | 850 int scrollY = mScrollViewCustom.getScrollY(); in testRequestChildFocus() local
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
D | WebViewTest.java | 2806 int scrollY = previousScrollY; in waitForScrollingComplete() local
|