Searched refs:mYXMix (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/input/
H A DTouchCalibration.java43 private final float mYXMix, mYScale, mYOffset; field in class:TouchCalibration
66 mYXMix = yxMix;
75 mYXMix = in.readFloat();
85 dest.writeFloat(mYXMix);
96 return new float[] { mXScale, mXYMix, mXOffset, mYXMix, mYScale, mYOffset };
109 (cal.mYXMix == mYXMix) &&
122 Float.floatToIntBits(mYXMix) ^
130 mXScale, mXYMix, mXOffset, mYXMix, mYScale, mYOffset);

Completed in 90 milliseconds