Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DCtsTouchUtils.java498 final int emulatedStartY = viewGroupOnScreenXY[1] + 3 * viewGroup.getHeight() / 4; in emulateScrollToBottom() local
506 emulatedX, emulatedStartY, 0, -swipeAmount, 300, 10); in emulateScrollToBottom()
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DCtsTouchUtils.java497 final int emulatedStartY = viewGroupOnScreenXY[1] + 3 * viewGroup.getHeight() / 4; in emulateScrollToBottom() local
505 emulatedX, emulatedStartY, 0, -swipeAmount, 300, 10); in emulateScrollToBottom()
/cts/tests/tests/widget/src/android/widget/cts/
DListPopupWindowTest.java823 int emulatedStartY = anchorOnScreenXY[1] + anchor.getHeight() / 2; in testCreateOnDragListener() local
827 CtsTouchUtils.emulateDragGesture(mInstrumentation, mActivityRule, emulatedX, emulatedStartY, in testCreateOnDragListener()