/cts/tests/tests/view/src/android/view/cts/ |
D | TooltipTest.java | 203 private void injectHoverEvent(int action, int source, View target, int offsetX, int offsetY) { in injectHoverEvent() 207 private void injectHoverMove(int source, View target, int offsetX, int offsetY) { in injectHoverMove() 211 private void injectHoverMove(View target, int offsetX, int offsetY) { in injectHoverMove() 228 private static MotionEvent obtainMouseEvent(View target, int action, int offsetX, int offsetY) { in obtainMouseEvent() 233 int source, View target, int action, int offsetX, int offsetY) { in obtainMotionEvent()
|
D | HoverTest.java | 120 private void injectHoverEnter(View view, int offsetX, int offsetY) { in injectHoverEnter() 129 private void injectHoverMove(View view, int offsetX, int offsetY) { in injectHoverMove()
|
D | MotionEventTest.java | 400 float offsetX = 1.0f; in testOffsetLocationForPointerSource() local 415 float offsetX = 1.0f; in testNoLocationOffsetForNonPointerSource() local
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | CtsMouseUtil.java | 62 public static MotionEvent obtainMouseEvent(int action, View anchor, int offsetX, int offsetY) { in obtainMouseEvent() 83 public static void emulateHoverOnView(Instrumentation instrumentation, View anchor, int offsetX, in emulateHoverOnView()
|
D | CtsTouchUtils.java | 108 int offsetX, int offsetY) { in emulateTapOnView() 155 int offsetX, int offsetY) { in emulateDoubleTapOnView() 730 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 | 417 final int offsetX = 20; in testOffsetImplicitInputRenderEffect() local 559 final int offsetX = 20; in testOffsetRenderEffect() local 799 final int offsetX = 20; in testChainRenderEffect() local
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | PopupWindowTest.java | 494 final int offsetX = mActivity.findViewById(R.id.anchor_upper).getWidth() / 2; in testShowAsDropDown_ClipToScreen_Overlap_Offset() local 547 final int offsetX = -1 * (mActivity.findViewById(R.id.anchor_upper_left).getWidth()); in testShowAsDropDown_ClipToScreen_Overlap_OutOfScreen() local 616 int offsetX, int offsetY, int gravity) throws Throwable { in verifyPosition() 634 int offsetX, int offsetY, int gravity) throws Throwable { in verifyPosition()
|
D | TextViewTest.java | 8880 int offsetX = end.x - start.x; in testSmartSelection_dragSelection() local 9545 private void emulateClickOnView(View view, int offsetX, int offsetY) { in emulateClickOnView() 9550 private void emulateLongPressOnView(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/graphics/src/android/graphics/cts/ |
D | GainmapTest.java | 281 int offsetX = decoder.getWidth() - (TILE_SIZE / 2); in testDecodeGainmapBitmapRegionDecoderReusePastBounds() local
|
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/ |
D | TestUtils.java | 313 int offsetX = view.getWidth() / 2; in injectStylusEvents() local
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | AccessibilityGestureDetectorTest.java | 696 float offsetX = 0.0f; in adjustTapLocation() local
|
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
D | RawConverter.java | 274 void set_offsetX(int offsetX) { in set_offsetX()
|