Searched refs:emulatedTapY (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/widget/src/android/widget/cts/ |
D | PopupMenuTest.java | 192 int emulatedTapY = anchorOnScreenXY[1] - 20; in testDismissalViaTouch() local 207 downTime, downTime, MotionEvent.ACTION_DOWN, emulatedTapX, emulatedTapY, 1); in testDismissalViaTouch() 213 moveTime, moveTime, MotionEvent.ACTION_MOVE, emulatedTapX, emulatedTapY, 1); in testDismissalViaTouch() 219 upTime, upTime, MotionEvent.ACTION_UP, emulatedTapX, emulatedTapY, 1); in testDismissalViaTouch()
|
D | ListPopupWindowTest.java | 383 int emulatedTapY = popupOnScreenXY[1] + mPopupWindow.getListView().getHeight() + in verifyDismissalViaTouch() local 401 downTime, downTime, MotionEvent.ACTION_DOWN, emulatedTapX, emulatedTapY, 1); in verifyDismissalViaTouch() 407 moveTime, moveTime, MotionEvent.ACTION_MOVE, emulatedTapX, emulatedTapY, 1); in verifyDismissalViaTouch() 413 upTime, upTime, MotionEvent.ACTION_UP, emulatedTapX, emulatedTapY, 1); in verifyDismissalViaTouch()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | ViewGroupOverlayTest.java | 271 final int emulatedTapY = viewGroupOnScreenXY[1] + redView.getTop() in testOverlayViewNoClicks() local 278 downTime, downTime, MotionEvent.ACTION_DOWN, emulatedTapX, emulatedTapY, 1); in testOverlayViewNoClicks() 284 moveTime, moveTime, MotionEvent.ACTION_MOVE, emulatedTapX, emulatedTapY, 1); in testOverlayViewNoClicks() 290 upTime, upTime, MotionEvent.ACTION_UP, emulatedTapX, emulatedTapY, 1); in testOverlayViewNoClicks()
|