Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DInput.cpp351 void PointerCoords::scale(float globalScaleFactor, float windowXScale, float windowYScale) { in scale() argument
360 scaleAxisValue(*this, AMOTION_EVENT_AXIS_Y, windowYScale); in scale()
366 scaleAxisValue(*this, AMOTION_EVENT_AXIS_RELATIVE_Y, windowYScale); in scale()
/frameworks/native/include/input/
DInput.h382 void scale(float globalScale, float windowXScale, float windowYScale);