Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp683 int32_t naturalLogicalWidth, naturalLogicalHeight; in configureSurface() local
690 naturalLogicalHeight = mViewport.logicalRight - mViewport.logicalLeft; in configureSurface()
700 naturalLogicalHeight = mViewport.logicalBottom - mViewport.logicalTop; in configureSurface()
710 naturalLogicalHeight = mViewport.logicalRight - mViewport.logicalLeft; in configureSurface()
721 naturalLogicalHeight = mViewport.logicalBottom - mViewport.logicalTop; in configureSurface()
743 mSurfaceHeight = naturalLogicalHeight * naturalDeviceHeight / naturalPhysicalHeight; in configureSurface()
745 mSurfaceTop = naturalPhysicalTop * naturalLogicalHeight / naturalPhysicalHeight; in configureSurface()