Searched defs:offsetX (Results 1 – 10 of 10) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/ |
D | TooltipTest.java | 186 private void injectHoverMove(int source, View target, int offsetX, int offsetY) { in injectHoverMove() 191 private void injectHoverMove(View target, int offsetX, int offsetY) { in injectHoverMove() 204 private static MotionEvent obtainMouseEvent(View target, int action, int offsetX, int offsetY) { in obtainMouseEvent() 209 int source, View target, int action, int offsetX, int offsetY) { in obtainMotionEvent()
|
D | HoverTest.java | 106 private void injectHoverMove(View view, int offsetX, int offsetY) { in injectHoverMove()
|
D | MotionEventTest.java | 320 float offsetX = 1.0f; in testOffsetLocation() local
|
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
D | CtsMouseUtil.java | 57 public static MotionEvent obtainMouseEvent(int action, View anchor, int offsetX, int offsetY) { in obtainMouseEvent() 77 public static void emulateHoverOnView(Instrumentation instrumentation, View anchor, int offsetX, in emulateHoverOnView()
|
D | CtsTouchUtils.java | 86 int offsetX, int offsetY) { in emulateTapOnView() 132 int offsetX, int offsetY) { in emulateDoubleTapOnView() 553 ActivityTestRule<?> activityTestRule, View view, int offsetX, int offsetY) { in emulateLongPressOnView()
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | CtsMouseUtil.java | 57 public static MotionEvent obtainMouseEvent(int action, View anchor, int offsetX, int offsetY) { in obtainMouseEvent() 77 public static void emulateHoverOnView(Instrumentation instrumentation, View anchor, int offsetX, in emulateHoverOnView()
|
D | CtsTouchUtils.java | 87 int offsetX, int offsetY) { in emulateTapOnView() 133 int offsetX, int offsetY) { in emulateDoubleTapOnView() 554 ActivityTestRule<?> activityTestRule, View view, int offsetX, int offsetY) { in emulateLongPressOnView()
|
/cts/tests/tests/widget/src/android/widget/cts/util/ |
D | TestUtils.java | 80 int offsetX = 0; in getCombinedBackgroundBitmap() local
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | PopupWindowTest.java | 461 final int offsetX = mActivity.findViewById(R.id.anchor_upper).getWidth() / 2; in testShowAsDropDown_ClipToScreen_Overlap_Offset() local 546 int offsetX, int offsetY, int gravity) throws Throwable { in verifyPosition() 564 int offsetX, int offsetY, int gravity) throws Throwable { in verifyPosition()
|
D | TextViewTest.java | 8101 int offsetX = end.x - start.x; in testSmartSelection_dragSelection() local 8498 private void emulateClickOnView(View view, int offsetX, int offsetY) { in emulateClickOnView() 8503 private void emulateLongPressOnView(View view, int offsetX, int offsetY) { in emulateLongPressOnView()
|