Searched defs:rawHeight (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/input/
H A DInputReader.cpp2926 int32_t rawHeight = mRawPointerAxes.y.maxValue - mRawPointerAxes.y.minValue + 1; local
2941 newViewport.setNonDisplayViewport(rawWidth, rawHeight);
3006 mSurfaceHeight = rawHeight;
3038 mYScale = float(mSurfaceHeight) / rawHeight;
3260 float rawDiagonal = hypotf(rawWidth, rawHeight);

Completed in 56 milliseconds