Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp3497 int32_t rawWidth = mRawPointerAxes.getRawWidth(); in findViewport() local
3499 newViewport.setNonDisplayViewport(rawWidth, rawHeight); in findViewport()
3554 int32_t rawWidth = mRawPointerAxes.getRawWidth(); in configureSurface() local
3630 mPhysicalWidth = rawWidth; in configureSurface()
3635 mSurfaceWidth = rawWidth; in configureSurface()
3666 mXScale = float(mSurfaceWidth) / rawWidth; in configureSurface()
3894 float rawDiagonal = hypotf(rawWidth, rawHeight); in configureSurface()