Searched refs:relativeXy (Results 1 – 1 of 1) sorted by relevance
429 const vec2 relativeXy = rotation.transform(getAxisValue(AMOTION_EVENT_AXIS_RELATIVE_X), in transform() local431 setAxisValue(AMOTION_EVENT_AXIS_RELATIVE_X, relativeXy.x); in transform()432 setAxisValue(AMOTION_EVENT_AXIS_RELATIVE_Y, relativeXy.y); in transform()904 const vec2 relativeXy = in calculateTransformedAxisValue() local908 return axis == AMOTION_EVENT_AXIS_RELATIVE_X ? relativeXy.x : relativeXy.y; in calculateTransformedAxisValue()932 const vec2 relativeXy = in calculateTransformedCoords() local936 out.setAxisValue(AMOTION_EVENT_AXIS_RELATIVE_X, relativeXy.x); in calculateTransformedCoords()937 out.setAxisValue(AMOTION_EVENT_AXIS_RELATIVE_Y, relativeXy.y); in calculateTransformedCoords()