Home
last modified time | relevance | path

Searched refs:targetX (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/ime/
DBitmapImage.java131 final int targetX = x + offsetX; in robustMatch() local
132 if (targetX < 0 || targetWidth <= targetX) { in robustMatch()
139 if (!robustMatchInternal(targetImage.getPixel(targetX, targetY), getPixel(x, y))) { in robustMatch()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DWatermark.java113 final int targetX = x + offsetX; in robustMatch() local
115 final int targetPx = targetPixels[targetY * targetWidth + targetX]; in robustMatch()
/cts/tests/tests/view/src/android/view/animation/cts/
DAnimatorInflaterTest.java133 float targetX = mActivity.getResources() in testLoadAnimator() local
158 assertEquals(targetX, dummyObject.x, 0.0f); in testLoadAnimator()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityEndToEndTest.java1275 final int targetX = target.getWidth() / 2; in testTouchDelegateCoverParentWithEbt_HoverChildAndBack_FocusTargetAgain() local
1302 matchHover(MotionEvent.ACTION_HOVER_ENTER, targetX, targetY)); in testTouchDelegateCoverParentWithEbt_HoverChildAndBack_FocusTargetAgain()
1304 matchHover(MotionEvent.ACTION_HOVER_MOVE, targetX, targetY)); in testTouchDelegateCoverParentWithEbt_HoverChildAndBack_FocusTargetAgain()
1308 matchHover(MotionEvent.ACTION_HOVER_EXIT, targetX, targetY)); in testTouchDelegateCoverParentWithEbt_HoverChildAndBack_FocusTargetAgain()
1310 matchHover(MotionEvent.ACTION_HOVER_ENTER, targetX, targetY)); in testTouchDelegateCoverParentWithEbt_HoverChildAndBack_FocusTargetAgain()
1312 matchHover(MotionEvent.ACTION_HOVER_MOVE, targetX, targetY)); in testTouchDelegateCoverParentWithEbt_HoverChildAndBack_FocusTargetAgain()