Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp2969 int32_t rawWidth = mRawPointerAxes.x.maxValue - mRawPointerAxes.x.minValue + 1; in configureSurface() local
2984 newViewport.setNonDisplayViewport(rawWidth, rawHeight); in configureSurface()
3048 mSurfaceWidth = rawWidth; in configureSurface()
3079 mXScale = float(mSurfaceWidth) / rawWidth; in configureSurface()
3305 float rawDiagonal = hypotf(rawWidth, rawHeight); in configureSurface()