Searched defs:rawHeight (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/input/
H A DInputReader.cpp2932 int32_t rawHeight = mRawPointerAxes.y.maxValue - mRawPointerAxes.y.minValue + 1; local
2947 newViewport.setNonDisplayViewport(rawWidth, rawHeight);
3012 mSurfaceHeight = rawHeight;
3044 mYScale = float(mSurfaceHeight) / rawHeight;
3266 float rawDiagonal = hypotf(rawWidth, rawHeight);

Completed in 5471 milliseconds