Searched defs:offsetY (Results 1 – 10 of 10) sorted by relevance
/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() 78 int offsetY) { in emulateHoverOnView()
|
D | CtsTouchUtils.java | 105 int offsetX, int offsetY) { in emulateTapOnView() 121 int offsetX, int offsetY, boolean waitForAnimations) { in emulateTapOnView() 168 int offsetX, int offsetY) { in emulateDoubleTapOnView() 769 ActivityTestRule<?> activityTestRule, View view, int offsetX, int offsetY) { in emulateLongPressOnView()
|
/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/ime/ |
D | BitmapImage.java | 125 boolean robustMatch(@NonNull BitmapImage targetImage, int offsetX, int offsetY) { in robustMatch()
|
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/ |
D | Watermark.java | 102 boolean robustMatch(@NonNull BitmapImage targetImage, int offsetX, int offsetY) { in robustMatch()
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
D | RenderNodeTests.java | 411 final int offsetY = 20; in testOffsetImplicitInputRenderEffect() local 553 final int offsetY = 20; in testOffsetRenderEffect() local 793 final int offsetY = 20; in testChainRenderEffect() local
|
/cts/tests/tests/view/src/android/view/cts/ |
D | HoverTest.java | 106 private void injectHoverMove(View view, int offsetX, int offsetY) { in injectHoverMove()
|
D | MotionEventTest.java | 328 float offsetY = 1.0f; in testOffsetLocationForPointerSource() local 343 float offsetY = 1.0f; in testNoLocationOffsetForNonPointerSource() local
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | PopupWindowTest.java | 471 final int offsetY = mActivity.findViewById(R.id.anchor_upper).getHeight() / 2; in testShowAsDropDown_ClipToScreen_Overlap_Offset() local 524 final int offsetY = -1 * (appBarHeight + appFrameTop); 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()
|
D | TextViewTest.java | 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/ |
D | TestUtils.java | 81 int offsetY = 0; in getCombinedBackgroundBitmap() local
|