Home | History | Annotate | Download | only in inputflinger

Lines Matching refs:rawHeight

3515     int32_t rawHeight = mRawPointerAxes.y.maxValue - mRawPointerAxes.y.minValue + 1;
3543 newViewport.setNonDisplayViewport(rawWidth, rawHeight);
3608 mSurfaceHeight = rawHeight;
3639 mYScale = float(mSurfaceHeight) / rawHeight;
3866 float rawDiagonal = hypotf(rawWidth, rawHeight);