Searched refs:targetY (Results 1 – 4 of 4) sorted by relevance
/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/ime/ |
D | BitmapImage.java | 135 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/ |
D | Watermark.java | 114 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/ |
D | AnimatorInflaterTest.java | 136 float targetY = mActivity.getResources() in testLoadAnimator() local 159 assertEquals(targetY, dummyObject.y, 0.0f); in testLoadAnimator()
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | AccessibilityEndToEndTest.java | 1276 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()
|