Searched defs:yOnScreen (Results 1 – 7 of 7) sorted by relevance
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | CtsTouchUtils.java | 68 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 …]
|
D | CtsMouseUtil.java | 94 int xOnScreen, int yOnScreen) { in injectHoverEvent()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/input/ |
D | WallpaperWindowInputTests.kt | 98 val yOnScreen = bounds.height() / 2 in checkWallpaperEvent() constant
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/ |
D | DisplayUtils.java | 181 final int yOnScreen = in touchDisplay() local
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | AccessibilityDisplayProxyTest.java | 637 final int yOnScreen = in testTriggerTouchExploration_topFocusDisplayIsLastNonProxyDisplay() local 950 final int yOnScreen = in getDownMotionEvent() local
|
D | AccessibilityEndToEndTest.java | 2429 int xOnScreen, int yOnScreen) { in injectHoverEvent()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | ViewTest.java | 4779 int yOnScreen = viewOnScreenXY[1] + decorView.getHeight() / 2; in startDragAndDrop() local
|