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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp3130 int32_t rawWidth = mRawPointerAxes.x.maxValue - mRawPointerAxes.x.minValue + 1; local
3145 newViewport.setNonDisplayViewport(rawWidth, rawHeight);
3209 mSurfaceWidth = rawWidth;
3240 mXScale = float(mSurfaceWidth) / rawWidth;
3466 float rawDiagonal = hypotf(rawWidth, rawHeight);

Completed in 294 milliseconds