Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp673 int32_t naturalLogicalWidth, naturalLogicalHeight; in configureSurface() local
679 naturalLogicalWidth = mViewport.logicalBottom - mViewport.logicalTop; in configureSurface()
689 naturalLogicalWidth = mViewport.logicalRight - mViewport.logicalLeft; in configureSurface()
699 naturalLogicalWidth = mViewport.logicalBottom - mViewport.logicalTop; in configureSurface()
710 naturalLogicalWidth = mViewport.logicalRight - mViewport.logicalLeft; in configureSurface()
732 mRawSurfaceWidth = naturalLogicalWidth * naturalDeviceWidth / naturalPhysicalWidth; in configureSurface()
734 mSurfaceLeft = naturalPhysicalLeft * naturalLogicalWidth / naturalPhysicalWidth; in configureSurface()
736 mSurfaceRight = mSurfaceLeft + naturalLogicalWidth; in configureSurface()