Home
last modified time | relevance | path

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

/cts/common/device-side/util/src/com/android/compatibility/common/util/
DCtsTouchUtils.java386 final int emulatedStartY = viewGroupOnScreenXY[1] + 3 * viewGroup.getHeight() / 4; in emulateScrollToBottom() local
393 emulateDragGesture(instrumentation, emulatedX, emulatedStartY, 0, -swipeAmount, in emulateScrollToBottom()
/cts/tests/tests/widget/src/android/widget/cts/
DListPopupWindowTest.java779 int emulatedStartY = anchorOnScreenXY[1] + anchor.getHeight() / 2; in testCreateOnDragListener() local
783 CtsTouchUtils.emulateDragGesture(mInstrumentation, emulatedX, emulatedStartY, in testCreateOnDragListener()