Home
last modified time | relevance | path

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

/frameworks/base/services/input/
DInputReader.cpp2932 int32_t rawWidth = mRawPointerAxes.x.maxValue - mRawPointerAxes.x.minValue + 1; in configureSurface() local
2934 float rawDiagonal = hypotf(rawWidth, rawHeight); in configureSurface()