Searched refs:emulatedX (Results 1 – 3 of 3) sorted by relevance
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | CtsTouchUtils.java | 497 final int emulatedX = viewGroupOnScreenXY[0] + viewGroup.getWidth() / 2; in emulateScrollToBottom() local 506 emulatedX, emulatedStartY, 0, -swipeAmount, 300, 10); in emulateScrollToBottom()
|
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
D | CtsTouchUtils.java | 496 final int emulatedX = viewGroupOnScreenXY[0] + viewGroup.getWidth() / 2; in emulateScrollToBottom() local 505 emulatedX, emulatedStartY, 0, -swipeAmount, 300, 10); in emulateScrollToBottom()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | ListPopupWindowTest.java | 822 int emulatedX = anchorOnScreenXY[0] + anchor.getWidth() / 2; in testCreateOnDragListener() local 827 CtsTouchUtils.emulateDragGesture(mInstrumentation, mActivityRule, emulatedX, emulatedStartY, in testCreateOnDragListener()
|