Home | History | Annotate | Download | only in inputflinger

Lines Matching refs:rawHeight

2970     int32_t rawHeight = mRawPointerAxes.y.maxValue - mRawPointerAxes.y.minValue + 1;
2984 newViewport.setNonDisplayViewport(rawWidth, rawHeight);
3049 mSurfaceHeight = rawHeight;
3080 mYScale = float(mSurfaceHeight) / rawHeight;
3305 float rawDiagonal = hypotf(rawWidth, rawHeight);