Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp171 mRawSurfaceHeight(-1), in TouchInputMapper()
728 const int32_t oldSurfaceHeight = mRawSurfaceHeight; in configureSurface()
730 mRawSurfaceHeight = naturalLogicalHeight * naturalDeviceHeight / naturalPhysicalHeight; in configureSurface()
750 mRawSurfaceHeight == oldSurfaceHeight && viewportOrientationChanged; in configureSurface()
762 mRawSurfaceHeight = rawHeight; in configureSurface()
793 getDeviceId(), getDeviceName().c_str(), mRawSurfaceWidth, mRawSurfaceHeight, in configureSurface()
798 mYScale = float(mRawSurfaceHeight) / rawHeight; in configureSurface()
817 float diagonalSize = hypotf(mRawSurfaceWidth, mRawSurfaceHeight); in configureSurface()
980 mOrientedRanges.x.max = mRawSurfaceHeight + mYTranslate - 1; in configureSurface()
1003 mOrientedRanges.y.max = mRawSurfaceHeight + mYTranslate - 1; in configureSurface()
[all …]
DTouchInputMapper.h417 int32_t mRawSurfaceHeight; variable