Searched refs:windowXScale (Results 1 – 2 of 2) sorted by relevance
351 void PointerCoords::scale(float globalScaleFactor, float windowXScale, float windowYScale) { in scale() argument359 scaleAxisValue(*this, AMOTION_EVENT_AXIS_X, windowXScale); in scale()365 scaleAxisValue(*this, AMOTION_EVENT_AXIS_RELATIVE_X, windowXScale); in scale()
382 void scale(float globalScale, float windowXScale, float windowYScale);