Home
last modified time | relevance | path

Searched refs:swipeAmount (Results 1 – 3 of 3) sorted by relevance

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DCtsTouchUtils.java499 final int swipeAmount = viewGroup.getHeight() / 2; in emulateScrollToBottom() local
506 emulatedX, emulatedStartY, 0, -swipeAmount, 300, 10); in emulateScrollToBottom()
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DCtsTouchUtils.java498 final int swipeAmount = viewGroup.getHeight() / 2; in emulateScrollToBottom() local
505 emulatedX, emulatedStartY, 0, -swipeAmount, 300, 10); in emulateScrollToBottom()
/cts/tests/tests/widget/src/android/widget/cts/
DListPopupWindowTest.java824 int swipeAmount = 2 * popupRowHeight; in testCreateOnDragListener() local
828 0, swipeAmount); in testCreateOnDragListener()