Home
last modified time | relevance | path

Searched refs:scrollAmount (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DListViewTest.java211 int scrollAmount = mListView.getMaxScrollAmount(); in testGetMaxScrollAmount() local
212 assertTrue(scrollAmount > 0); in testGetMaxScrollAmount()
220 scrollAmount = mListView.getMaxScrollAmount(); in testGetMaxScrollAmount()
221 assertEquals(0, scrollAmount); in testGetMaxScrollAmount()
1517 private MotionEvent createScrollEvent(float scrollAmount, int source) { in createScrollEvent() argument
1523 pointerCoords.setAxisValue(axis, scrollAmount); in createScrollEvent()
DHorizontalScrollViewTest.java1255 private MotionEvent createScrollEvent(float scrollAmount, int source) { in createScrollEvent() argument
1261 pointerCoords.setAxisValue(axis, scrollAmount); in createScrollEvent()
DScrollViewTest.java1392 private MotionEvent createScrollEvent(float scrollAmount, int source) { in createScrollEvent() argument
1398 pointerCoords.setAxisValue(axis, scrollAmount); in createScrollEvent()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityEndToEndTest.java813 final float scrollAmount = args.getFloat(ACTION_ARGUMENT_SCROLL_AMOUNT_FLOAT, -1F); in testActionArgumentScrollAmountFloat() local
814 return scrollAmount < 0 ? false : true; in testActionArgumentScrollAmountFloat()