Lines Matching refs:getAxisValue
311 float PointerCoords::getAxisValue(int32_t axis) const { in getAxisValue() function in android::PointerCoords
345 float value = c.getAxisValue(axis); in scaleAxisValue()
429 const vec2 relativeXy = rotation.transform(getAxisValue(AMOTION_EVENT_AXIS_RELATIVE_X), in transform()
430 getAxisValue(AMOTION_EVENT_AXIS_RELATIVE_Y)); in transform()
436 const float val = getAxisValue(AMOTION_EVENT_AXIS_ORIENTATION); in transform()
581 float MotionEvent::getAxisValue(int32_t axis, size_t pointerIndex) const { in getAxisValue() function in android::MotionEvent
894 return coords.getAxisValue(axis); in calculateTransformedAxisValue()
906 {coords.getAxisValue(AMOTION_EVENT_AXIS_RELATIVE_X), in calculateTransformedAxisValue()
907 coords.getAxisValue(AMOTION_EVENT_AXIS_RELATIVE_Y)}); in calculateTransformedAxisValue()
912 return transformAngle(transform, coords.getAxisValue(AMOTION_EVENT_AXIS_ORIENTATION)); in calculateTransformedAxisValue()
915 return coords.getAxisValue(axis); in calculateTransformedAxisValue()
934 {coords.getAxisValue(AMOTION_EVENT_AXIS_RELATIVE_X), in calculateTransformedCoords()
935 coords.getAxisValue(AMOTION_EVENT_AXIS_RELATIVE_Y)}); in calculateTransformedCoords()
941 coords.getAxisValue(AMOTION_EVENT_AXIS_ORIENTATION))); in calculateTransformedCoords()