Home
last modified time | relevance | path

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

/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/ime/
DBitmapImage.java135 final int targetY = y + offsetY; in robustMatch() local
136 if (targetY < 0 || targetHeight <= targetY) { in robustMatch()
139 if (!robustMatchInternal(targetImage.getPixel(targetX, targetY), getPixel(x, y))) { in robustMatch()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DWatermark.java114 final int targetY = y + offsetY; in robustMatch() local
115 final int targetPx = targetPixels[targetY * targetWidth + targetX]; in robustMatch()
/cts/tests/tests/view/src/android/view/animation/cts/
DAnimatorInflaterTest.java136 float targetY = mActivity.getResources() in testLoadAnimator() local
159 assertEquals(targetY, dummyObject.y, 0.0f); in testLoadAnimator()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityEndToEndTest.java1276 final int targetY = target.getHeight() / 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()