Home
last modified time | relevance | path

Searched refs:rawY (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/view/jni/
Dandroid_view_cts_AInputNativeTest.cpp94 jfloat rawY = env->CallFloatMethod(obj, gMotionEventMethodIds.getRawY, i); in nativeMotionEventTest() local
98 ASSERT(fabs(rawY - AMotionEvent_getRawY(event, i)) == 0.0f, "Point Y:%f not same as %f", in nativeMotionEventTest()
99 AMotionEvent_getRawY(event, i), rawY); in nativeMotionEventTest()
/cts/libs/input/src/com/android/cts/input/
DInputEventMatchers.kt73 (abs(event.rawY) - pt.y < EPSILON) in withRawCoords()