Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DCtsTouchUtils.java69 public void onDownInjected(int xOnScreen, int yOnScreen); in onDownInjected()
76 public void onMoveInjected(int[] xOnScreen, int[] yOnScreen); in onMoveInjected()
83 public void onUpInjected(int xOnScreen, int yOnScreen); in onUpInjected()
143 int yOnScreen = viewOnScreenXY[1] + offsetY; in emulateTapOnView() local
192 int yOnScreen = viewOnScreenXY[1] + offsetY; in emulateDoubleTapOnView() local
419 int yOnScreen, @Nullable EventInjectionListener eventInjectionListener) { in injectDownEvent()
437 int yOnScreen, boolean waitForAnimations, in injectDownEvent()
452 int touchSlop, int xOnScreen, int yOnScreen, boolean waitForAnimations) { in injectMoveEventForTap()
552 boolean useCurrentEventTime, int xOnScreen, int yOnScreen, in injectUpEvent()
572 boolean useCurrentEventTime, int xOnScreen, int yOnScreen, in injectUpEvent()
[all …]
DCtsMouseUtil.java94 int xOnScreen, int yOnScreen) { in injectHoverEvent()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWallpaperWindowInputTests.java122 int yOnScreen = bounds.height() / 2; in getDownEventForTaskCenter() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DDisplayUtils.java176 final int yOnScreen = in touchDisplay() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityDisplayProxyTest.java602 final int yOnScreen = in testTriggerTouchExploration_topFocusDisplayIsLastNonProxyDisplay() local
914 final int yOnScreen = in getDownMotionEvent() local
DAccessibilityEndToEndTest.java1954 int xOnScreen, int yOnScreen) { in injectHoverEvent()