Home
last modified time | relevance | path

Searched defs:yOnScreen (Results 1 – 7 of 7) sorted by relevance

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DCtsTouchUtils.java68 public void onDownInjected(int xOnScreen, int yOnScreen); in onDownInjected()
75 public void onMoveInjected(int[] xOnScreen, int[] yOnScreen); in onMoveInjected()
82 public void onUpInjected(int xOnScreen, int yOnScreen); in onUpInjected()
114 int yOnScreen = viewOnScreenXY[1] + offsetY; in emulateTapOnView() local
161 int yOnScreen = viewOnScreenXY[1] + offsetY; in emulateDoubleTapOnView() local
381 int yOnScreen, @Nullable EventInjectionListener eventInjectionListener) { in injectDownEvent()
396 int touchSlop, int xOnScreen, int yOnScreen) { in injectMoveEventForTap()
498 boolean useCurrentEventTime, int xOnScreen, int yOnScreen, in injectUpEvent()
713 int yOnScreen = viewOnScreenXY[1] + view.getHeight() / 2; in emulateLongPressOnViewCenter() local
735 int yOnScreen = viewOnScreenXY[1] + offsetY; in emulateLongPressOnView() local
[all …]
DCtsMouseUtil.java94 int xOnScreen, int yOnScreen) { in injectHoverEvent()
/cts/tests/framework/base/windowmanager/src/android/server/wm/input/
DWallpaperWindowInputTests.kt98 val yOnScreen = bounds.height() / 2 in checkWallpaperEvent() constant
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DDisplayUtils.java181 final int yOnScreen = in touchDisplay() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityDisplayProxyTest.java637 final int yOnScreen = in testTriggerTouchExploration_topFocusDisplayIsLastNonProxyDisplay() local
950 final int yOnScreen = in getDownMotionEvent() local
DAccessibilityEndToEndTest.java2429 int xOnScreen, int yOnScreen) { in injectHoverEvent()
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java4779 int yOnScreen = viewOnScreenXY[1] + decorView.getHeight() / 2; in startDragAndDrop() local