Searched refs:scrollX (Results 1 – 2 of 2) sorted by relevance
40 final int scrollX = view.getScrollX(); in testChangeScroll()42 assertEquals(0, scrollX); in testChangeScroll()54 final int scrollX = view.getScrollX(); in testChangeScroll()56 assertTrue(scrollX > 0); in testChangeScroll()57 assertTrue(scrollX < 150); in testChangeScroll()67 final int scrollX = view.getScrollX(); in testChangeScroll()69 assertEquals(150, scrollX); in testChangeScroll()
478 int scrollX = mScrollView.getScrollX(); in testRequestChildFocus() local481 assertTrue(mScrollView.getScrollX() > scrollX); in testRequestChildFocus()483 scrollX = mScrollView.getScrollX(); in testRequestChildFocus()486 assertTrue(mScrollView.getScrollX() < scrollX); in testRequestChildFocus()