Home | History | Annotate | Download | only in inputflinger

Lines Matching refs:rawWidth

2969     int32_t rawWidth = mRawPointerAxes.x.maxValue - mRawPointerAxes.x.minValue + 1;
2984 newViewport.setNonDisplayViewport(rawWidth, rawHeight);
3048 mSurfaceWidth = rawWidth;
3079 mXScale = float(mSurfaceWidth) / rawWidth;
3305 float rawDiagonal = hypotf(rawWidth, rawHeight);