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

/frameworks/base/core/java/android/hardware/input/
H A DTouchCalibration.java42 private final float mXScale, mXYMix, mXOffset; field in class:TouchCalibration
64 mXYMix = xyMix;
73 mXYMix = in.readFloat();
83 dest.writeFloat(mXYMix);
96 return new float[] { mXScale, mXYMix, mXOffset, mYXMix, mYScale, mYOffset };
107 (cal.mXYMix == mXYMix) &&
120 Float.floatToIntBits(mXYMix) ^
130 mXScale, mXYMix, mXOffset, mYXMix, mYScale, mYOffset);

Completed in 84 milliseconds