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

/frameworks/base/services/input/
H A DInputReader.cpp2930 int32_t rawWidth = mRawPointerAxes.x.maxValue - mRawPointerAxes.x.minValue + 1; local
2945 newViewport.setNonDisplayViewport(rawWidth, rawHeight);
3009 mSurfaceWidth = rawWidth;
3040 mXScale = float(mSurfaceWidth) / rawWidth;
3263 float rawDiagonal = hypotf(rawWidth, rawHeight);

Completed in 155 milliseconds