Home
last modified time | relevance | path

Searched defs:startY (Results 1 – 22 of 22) sorted by relevance

/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DVirtualStylusTest.java119 final int startX = 50, startY = 50; in sendTouchEvents_withButtonPressed() local
190 final int startX = 60, startY = 60; in sendHoverEvents_withButtonAlwaysPressed() local
268 private void moveStylusWithButtonPressed(int startX, int startY, int endX, int endY, in moveStylusWithButtonPressed()
DVirtualNavigationTouchpadTest.java217 private void sendFlingEvents(float startX, float startY, float diffX, float diffY) { in sendFlingEvents()
221 private void sendContinuousEvents(float startX, float startY, float diffX, float diffY, in sendContinuousEvents()
/cts/tests/tests/view/src/android/view/cts/
DScaleGestureDetectorTest.java117 float startY = 500.f; in testGetScaleFactor_whenGestureCrossesBackInsideSlopRadius_returns1() local
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DStylusHandwritingTest.java372 final int startY = editText.getHeight() / 2; in testHandwritingStartAndFinish() local
436 final int startY = editText.getHeight() / 2; in testStylusHoverInitInkWindow() local
523 final int startY = editText.getHeight() / 2; in testHandwritingStylusEvents() local
675 final int startY = editText.getHeight() / 2; in testHandwritingInitMultipleTimes() local
917 final int startY = 2 * touchSlop; in testHandwriting_unfocusedEditText() local
978 final int startY = 2 * touchSlop; in testHandwriting_unfocusedEditText_password() local
1038 final int startY = 2 * touchSlop; in testHandwriting_unfocusedEditText_prefDisabled() local
1091 final int startY = 2 * touchSlop; in testHandwriting_unfocusedEditText_autoHandwritingDisabled() local
1155 final int startY = 2 * touchSlop; in testHandwriting_fingerTouchIsIgnored() local
1471 int startY = focusedEditText.getHeight() / 2; in testOnViewClicked_withStylusHandwriting() local
/cts/tests/tests/animation/src/android/animation/cts/
DObjectAnimatorTest.java125 float startY = mActivity.mStartY; in testOfFloat() local
154 float startY = mActivity.mStartY; in testOfFloatBase() local
357 float startY = mActivity.mStartY; in testSetFloatValues() local
401 float startY = mActivity.mStartY; in testClone() local
834 float startY = mActivity.mStartY; in testIsStarted() local
DAnimatorTest.java156 float startY = mActivity.mStartY; in testEnd() local
DValueAnimatorTest.java480 float startY = mActivity.mStartY; in testEnd() local
841 float startY = mActivity.mStartY; in getAnimator() local
DPropertyValuesHolderTest.java817 public void assertResults(float[] yArray,float startY, float endY) { in assertResults()
DAnimatorSetTest.java647 float startY = mActivity.mStartY; in getYAnimator() local
/cts/tests/tests/transition/src/android/transition/cts/
DExplodeTest.java174 private void waitForMovement(View view, float startX, float startY) { in waitForMovement()
DArcMotionTest.java95 private static Path arcWithPoint(float startX, float startY, float endX, float endY, in arcWithPoint()
DTransitionInflaterTest.java258 public Path getPath(float startX, float startY, float endX, float endY) { in getPath()
/cts/tests/surfacecontrol/surfacevalidator/src/android/view/cts/surfacevalidator/
DRectChecker.java68 int startY = boundsToCheck.top + t.mTargetRect.top; in validatePlaneForTarget() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DGestureDescriptionTest.java216 int startY = 100; in testStrokeDescriptionGetters_workAsExpected() local
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DTestUtils.java456 int startY, int endX, int endY, int number) { in injectStylusMoveEvents()
491 @NonNull UinputTouchDevice stylus, @NonNull View view, int startX, int startY, int endX, in injectStylusMoveEvents()
639 int startY = bounds.bottom; in injectNavBarToHomeGestureEvents() local
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DTouchHelper.java220 public long beginSwipe(int startX, int startY) { in beginSwipe()
261 void quickSwipe(int startX, int startY, int endX, int endY, int steps) { in quickSwipe()
/cts/tests/tests/media/misc/src/android/media/misc/cts/
DPresentationSyncTest.java407 int startX, startY; in drawFrame() local
/cts/tests/tests/media/codec/src/android/media/codec/cts/
DEncodeDecodeTest.java1013 int startX, startY; in generateFrame() local
1164 int startX, startY; in generateSurfaceFrame() local
DDecodeEditEncodeTest.java525 int startX, startY; in generateSurfaceFrame() local
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DCtsTouchUtils.java574 final int startY = isDownwardsFlingGesture ? viewOnScreenXY[1] + viewHeight / 4 in emulateFlingGesture() local
/cts/tests/tests/media/recorder/src/android/media/recorder/cts/
DMediaRecorderTest.java896 int startX, startY; in generateSurfaceFrame() local
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java8879 int startY = start.y + viewOnScreenXY[1]; in testSmartSelection_dragSelection() local