Home
last modified time | relevance | path

Searched refs:getRawY (Results 1 – 9 of 9) sorted by relevance

/cts/tests/tests/view/jni/
Dandroid_view_cts_AInputNativeTest.cpp39 jmethodID getRawY; member
94 jfloat rawY = env->CallFloatMethod(obj, gMotionEventMethodIds.getRawY, i); in nativeMotionEventTest()
182 gMotionEventMethodIds.getRawY = env->GetMethodID(clazz, "getRawY", "(I)F"); in register_android_view_cts_AMotionEventNativeTest()
/cts/tests/tests/view/src/android/view/cts/
DMotionEventTest.java152 assertEquals(Y_4F, mMotionEvent1.getRawY(), DELTA); in testObtainBasic()
173 assertEquals(mMotionEvent2.getY(), mMotionEventDynamic.getRawY(), DELTA); in testObtainFromMotionEvent()
196 assertEquals(Y_4F, mMotionEventDynamic.getRawY(), DELTA); in testObtainAllFields()
338 assertEquals(mMotionEvent2.getRawY(), motionEvent.getRawY(), DELTA); in testWriteToParcel()
585 assertEquals(20.0f, mMotionEventDynamic.getRawY(), RAW_COORD_TOLERANCE); in testGetRawCoordsWithTwoPointers()
590 assertEquals(mMotionEventDynamic.getRawY(), mMotionEventDynamic.getRawY(0), in testGetRawCoordsWithTwoPointers()
594 assertEquals(40.0f, mMotionEventDynamic.getRawY(1), RAW_COORD_TOLERANCE); in testGetRawCoordsWithTwoPointers()
773 assertEquals(originalRawCoords[i].y, event.getRawY(i), RAW_COORD_TOLERANCE); in testTransformShouldApplyMatrixToPointsAndPreserveRawPosition()
783 assertEquals(originalRawCoords[i].y, event.getRawY(i), RAW_COORD_TOLERANCE); in testTransformShouldApplyMatrixToPointsAndPreserveRawPosition()
804 assertEquals(originalRawCoords[i].y, event.getRawY(i), RAW_COORD_TOLERANCE); in testTransformShouldApplyMatrixToPointsAndPreserveRawPosition()
[all …]
DVerifyInputEventTest.java354 assertEquals(motionEvent.getRawY(), verifiedMotion.getRawY(), EPSILON); in compareMotions()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DAbstractTestListActivity.java167 mCoornidateY = event.getRawY(); in setOnTouchListenerToListView()
/cts/tests/input/src/android/input/cts/
DInputShellCommandTest.kt120 assertThat(event.getRawY()).isEqualTo(y) in testPointerScroll()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DGestureUtils.java341 return Math.hypot(event.getRawX() - point.x, event.getRawY() - point.y) <= tol;
352 "received (" + event.getRawX() + ", " + event.getRawY() + ")");
/cts/tests/tests/car/src/android/car/app/cts/
DCarTaskViewControllerTest.java383 assertThat(EmbeddedTestActivity1.sInstance.mLastReceivedTouchEvent.getRawY()) in remoteCarTaskView_receivesTouchInput()
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DSurfaceControlViewHostTests.java512 displayY, e.getRawY(), epsilon); in testEmbeddedViewReceivesRawInputCoordinatesInDisplaySpace()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt51820 method public float getRawY();
51821 method public float getRawY(int);
52482 method public float getRawY();