Searched defs:xOnScreen (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() 113 int xOnScreen = viewOnScreenXY[0] + offsetX; in emulateTapOnView() local 160 int xOnScreen = viewOnScreenXY[0] + offsetX; in emulateDoubleTapOnView() local 380 public long injectDownEvent(Instrumentation instrumentation, long downTime, int xOnScreen, in injectDownEvent() 396 int touchSlop, int xOnScreen, int yOnScreen) { in injectMoveEventForTap() 498 boolean useCurrentEventTime, int xOnScreen, int yOnScreen, in injectUpEvent() 712 int xOnScreen = viewOnScreenXY[0] + view.getWidth() / 2; in emulateLongPressOnViewCenter() local 734 int xOnScreen = viewOnScreenXY[0] + offsetX; 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 | 97 val xOnScreen = bounds.width() / 2 in checkWallpaperEvent() constant
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/ |
D | DisplayUtils.java | 179 final int xOnScreen = in touchDisplay() local
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | AccessibilityDisplayProxyTest.java | 635 final int xOnScreen = in testTriggerTouchExploration_topFocusDisplayIsLastNonProxyDisplay() local 948 final int xOnScreen = in getDownMotionEvent() local
|
D | AccessibilityEndToEndTest.java | 2429 int xOnScreen, int yOnScreen) { in injectHoverEvent()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | ViewTest.java | 4778 int xOnScreen = viewOnScreenXY[0] + decorView.getWidth() / 2; in startDragAndDrop() local
|