Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp3563 int32_t naturalLogicalWidth, naturalLogicalHeight; in configureSurface() local
3569 naturalLogicalWidth = mViewport.logicalBottom - mViewport.logicalTop; in configureSurface()
3579 naturalLogicalWidth = mViewport.logicalRight - mViewport.logicalLeft; in configureSurface()
3589 naturalLogicalWidth = mViewport.logicalBottom - mViewport.logicalTop; in configureSurface()
3600 naturalLogicalWidth = mViewport.logicalRight - mViewport.logicalLeft; in configureSurface()
3622 mSurfaceWidth = naturalLogicalWidth * naturalDeviceWidth / naturalPhysicalWidth; in configureSurface()
3624 mSurfaceLeft = naturalPhysicalLeft * naturalLogicalWidth / naturalPhysicalWidth; in configureSurface()