Lines Matching refs:getAxisValue
270 float PointerCoords::getAxisValue(int32_t axis) const { in getAxisValue() function in android::PointerCoords
304 float value = c.getAxisValue(axis); in scaleAxisValue()
397 const vec2 relativeXy = rotation.transform(getAxisValue(AMOTION_EVENT_AXIS_RELATIVE_X), in transform()
398 getAxisValue(AMOTION_EVENT_AXIS_RELATIVE_Y)); in transform()
404 const float val = getAxisValue(AMOTION_EVENT_AXIS_ORIENTATION); in transform()
525 float MotionEvent::getAxisValue(int32_t axis, size_t pointerIndex) const { in getAxisValue() function in android::MotionEvent
538 if (!isPerWindowInputRotationEnabled()) return coords->getAxisValue(axis); in getHistoricalRawAxisValue()
555 coords->getAxisValue(AMOTION_EVENT_AXIS_RELATIVE_X), in getHistoricalRawAxisValue()
556 coords->getAxisValue(AMOTION_EVENT_AXIS_RELATIVE_Y)); in getHistoricalRawAxisValue()
560 return coords->getAxisValue(axis); in getHistoricalRawAxisValue()
578 coords->getAxisValue( in getHistoricalAxisValue()
580 coords->getAxisValue( in getHistoricalAxisValue()
585 return coords->getAxisValue(axis); in getHistoricalAxisValue()
627 float orientation = c.getAxisValue(AMOTION_EVENT_AXIS_ORIENTATION); in transform()