Searched refs:previousScrollY (Results 1 – 3 of 3) sorted by relevance
228 int previousScrollY = mTextView.getScrollY(); local236 assertEquals(previousScrollY, mTextView.getScrollY());255 previousScrollY = mTextView.getScrollY();263 assertTrue(mTextView.getScrollY() > previousScrollY);266 previousScrollY = mTextView.getScrollY();275 assertTrue(mTextView.getScrollY() > previousScrollY);278 previousScrollY = mTextView.getScrollY();286 assertTrue(mTextView.getScrollY() < previousScrollY); in mTextView.getScrollY()622 int previousScrollY = mTextView.getScrollY(); in testOnTakeFocus() local624 assertTrue(mTextView.getScrollY() >= previousScrollY); in testOnTakeFocus()[all …]
1413 int previousScrollY = mOnUiThread.getScrollY(); in testFindNext() local1417 waitForScrollingComplete(previousScrollY); in testFindNext()1418 assertThat(mOnUiThread.getScrollY(), greaterThan(previousScrollY)); in testFindNext()1419 previousScrollY = mOnUiThread.getScrollY(); in testFindNext()1423 waitForScrollingComplete(previousScrollY); in testFindNext()1424 assertThat(mOnUiThread.getScrollY(), lessThan(previousScrollY)); in testFindNext()1425 previousScrollY = mOnUiThread.getScrollY(); in testFindNext()1429 waitForScrollingComplete(previousScrollY); in testFindNext()1430 assertThat(mOnUiThread.getScrollY(), greaterThan(previousScrollY)); in testFindNext()1431 previousScrollY = mOnUiThread.getScrollY(); in testFindNext()[all …]
877 final int[] previousScrollY = new int[] { mScrollViewCustom.getScrollY() }; in pollingCheckFling() local879 if (mScrollViewCustom.getScrollY() == previousScrollY[0]) { in pollingCheckFling()882 previousScrollY[0] = mScrollViewCustom.getScrollY(); in pollingCheckFling()