Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/input/
H A DInput.cpp390 const vec2 xy = transform.transform(getXYValue()); in transform()
570 : mTransform.transform(coords->getXYValue()); in getHistoricalAxisValue()
/aosp12/frameworks/native/include/input/
H A DInput.h390 vec2 getXYValue() const { return vec2(getX(), getY()); } in getXYValue() function