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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp3277 int32_t rawWidth = mRawPointerAxes.x.maxValue - mRawPointerAxes.x.minValue + 1; local
3292 newViewport.setNonDisplayViewport(rawWidth, rawHeight);
3356 mSurfaceWidth = rawWidth;
3387 mXScale = float(mSurfaceWidth) / rawWidth;
3613 float rawDiagonal = hypotf(rawWidth, rawHeight);

Completed in 1123 milliseconds