Home
last modified time | relevance | path

Searched defs:offsetX (Results 1 – 11 of 11) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DTooltipTest.java186 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()
DHoverTest.java106 private void injectHoverMove(View view, int offsetX, int offsetY) { in injectHoverMove()
DMotionEventTest.java326 float offsetX = 1.0f; in testOffsetLocation() local
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DCtsMouseUtil.java57 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()
DCtsTouchUtils.java101 int offsetX, int offsetY) { in emulateTapOnView()
117 int offsetX, int offsetY, boolean waitForAnimations) { in emulateTapOnView()
164 int offsetX, int offsetY) { in emulateDoubleTapOnView()
720 ActivityTestRule<?> activityTestRule, View view, int offsetX, int offsetY) { in emulateLongPressOnView()
/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/ime/
DBitmapImage.java125 boolean robustMatch(@NonNull BitmapImage targetImage, int offsetX, int offsetY) { in robustMatch()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DWatermark.java102 boolean robustMatch(@NonNull BitmapImage targetImage, int offsetX, int offsetY) { in robustMatch()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DRenderNodeTests.java409 final int offsetX = 20; in testOffsetImplicitInputRenderEffect() local
551 final int offsetX = 20; in testOffsetRenderEffect() local
761 final int offsetX = 20; in testChainRenderEffect() local
/cts/tests/tests/widget/src/android/widget/cts/
DPopupWindowTest.java470 final int offsetX = mActivity.findViewById(R.id.anchor_upper).getWidth() / 2; in testShowAsDropDown_ClipToScreen_Overlap_Offset() local
523 final int offsetX = -1 * (mActivity.findViewById(R.id.anchor_upper_left).getWidth()); in testShowAsDropDown_ClipToScreen_Overlap_OutOfScreen() local
592 int offsetX, int offsetY, int gravity) throws Throwable { in verifyPosition()
610 int offsetX, int offsetY, int gravity) throws Throwable { in verifyPosition()
DTextViewTest.java8338 int offsetX = end.x - start.x; in testSmartSelection_dragSelection() local
8756 private void emulateClickOnView(View view, int offsetX, int offsetY) { in emulateClickOnView()
8761 private void emulateLongPressOnView(View view, int offsetX, int offsetY) { in emulateLongPressOnView()
/cts/tests/tests/widget/src/android/widget/cts/util/
DTestUtils.java80 int offsetX = 0; in getCombinedBackgroundBitmap() local