Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp2993 int32_t naturalPhysicalWidth, naturalPhysicalHeight; in configureSurface() local
3000 naturalPhysicalWidth = mViewport.physicalBottom - mViewport.physicalTop; in configureSurface()
3010 naturalPhysicalWidth = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface()
3020 naturalPhysicalWidth = mViewport.physicalBottom - mViewport.physicalTop; in configureSurface()
3031 naturalPhysicalWidth = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface()
3040 mSurfaceWidth = naturalLogicalWidth * naturalDeviceWidth / naturalPhysicalWidth; in configureSurface()
3042 mSurfaceLeft = naturalPhysicalLeft * naturalLogicalWidth / naturalPhysicalWidth; in configureSurface()