Searched defs:xyMix (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/input/
H A DTouchCalibration.java55 * @param xyMix Influence of input y-axis value on output x-axis value.
61 public TouchCalibration(float xScale, float xyMix, float xOffset, argument
64 mXYMix = xyMix;

Completed in 75 milliseconds