Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DInput.cpp484 void PointerCoords::scale(float globalScaleFactor, float windowXScale, float windowYScale) { in scale() argument
493 scaleAxisValue(*this, AMOTION_EVENT_AXIS_Y, windowYScale); in scale()
499 scaleAxisValue(*this, AMOTION_EVENT_AXIS_RELATIVE_Y, windowYScale); in scale()
/frameworks/native/include/input/
DInput.h489 void scale(float globalScale, float windowXScale, float windowYScale);