Searched refs:rawY (Results 1 – 2 of 2) sorted by relevance
94 jfloat rawY = env->CallFloatMethod(obj, gMotionEventMethodIds.getRawY, i); in nativeMotionEventTest() local98 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()
73 (abs(event.rawY) - pt.y < EPSILON) in withRawCoords()