Searched refs:mYScale (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/core/java/android/hardware/input/ |
H A D | TouchCalibration.java | 44 private final float mYXMix, mYScale, mYOffset; field in TouchCalibration 68 mYScale = yScale; in TouchCalibration() 77 mYScale = in.readFloat(); in TouchCalibration() 87 dest.writeFloat(mYScale); in writeToParcel() 97 return new float[] { mXScale, mXYMix, mXOffset, mYXMix, mYScale, mYOffset }; in getAffineTransform() 111 (cal.mYScale == mYScale) && in equals() 124 Float.floatToIntBits(mYScale) ^ in hashCode()
|
/aosp12/frameworks/native/services/inputflinger/reader/mapper/ |
H A D | CursorInputMapper.cpp | 84 info->addMotionRange(AMOTION_EVENT_AXIS_Y, mSource, -1.0f, 1.0f, 0.0f, mYScale, 0.0f); in populateDeviceInfo() 87 info->addMotionRange(AMOTION_EVENT_AXIS_RELATIVE_Y, mSource, -1.0f, 1.0f, 0.0f, mYScale, in populateDeviceInfo() 104 dump += StringPrintf(INDENT3 "YScale: %0.3f\n", mYScale); in dump() 141 mYScale = 1.0f; in configure() 149 mYScale = 1.0f / TRACKBALL_MOVEMENT_THRESHOLD; in configure() 316 float deltaY = mCursorMotionAccumulator.getRelativeY() * mYScale; in sync()
|
H A D | CursorInputMapper.h | 94 float mYScale; variable
|
H A D | TouchInputMapper.cpp | 274 dump += StringPrintf(INDENT4 "YScale: %0.3f\n", mYScale); in dump() 827 mYScale = float(mRawSurfaceHeight) / rawHeight; in configureSurface() 831 mYPrecision = 1.0f / mYScale; in configureSurface() 843 mGeometricScale = avg(mXScale, mYScale); in configureSurface() 1012 mOrientedRanges.x.resolution = mRawPointerAxes.y.resolution * mYScale; in configureSurface() 1035 mOrientedRanges.y.resolution = mRawPointerAxes.y.resolution * mYScale; in configureSurface() 2312 left = float(mRawPointerAxes.y.maxValue - rawBottom) * mYScale; in cookPointerData() 2313 right = float(mRawPointerAxes.y.maxValue - rawTop) * mYScale; in cookPointerData() 3731 const float yScaled = float(y - mRawPointerAxes.y.minValue) * mYScale; in rotateAndScale() 3734 const float yScaledMax = float(mRawPointerAxes.y.maxValue - y) * mYScale; in rotateAndScale() [all …]
|
H A D | TouchInputMapper.h | 453 float mYScale; variable
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 23863 Landroid/hardware/input/TouchCalibration;->mYScale:F
|