Home
last modified time | relevance | path

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

/cts/common/device-side/util/src/com/android/compatibility/common/util/
DCtsTouchUtils.java387 final int swipeAmount = viewGroup.getHeight() / 2; in emulateScrollToBottom() local
393 emulateDragGesture(instrumentation, emulatedX, emulatedStartY, 0, -swipeAmount, in emulateScrollToBottom()
/cts/tests/tests/widget/src/android/widget/cts/
DListPopupWindowTest.java780 int swipeAmount = 2 * popupRowHeight; in testCreateOnDragListener() local
784 0, swipeAmount); in testCreateOnDragListener()