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

/frameworks/base/services/input/
H A DInputReader.cpp2902 int32_t rawWidth = mRawPointerAxes.x.maxValue - mRawPointerAxes.x.minValue + 1; local
2918 newViewport.setNonDisplayViewport(rawWidth, rawHeight);
2982 mSurfaceWidth = rawWidth;
3014 mXScale = float(mSurfaceWidth) / rawWidth;
3225 float rawDiagonal = hypotf(rawWidth, rawHeight);

Completed in 2090 milliseconds