Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp673 int32_t naturalLogicalWidth, naturalLogicalHeight; in configureSurface() local
680 naturalLogicalHeight = mViewport.logicalRight - mViewport.logicalLeft; in configureSurface()
690 naturalLogicalHeight = mViewport.logicalBottom - mViewport.logicalTop; in configureSurface()
700 naturalLogicalHeight = mViewport.logicalRight - mViewport.logicalLeft; in configureSurface()
711 naturalLogicalHeight = mViewport.logicalBottom - mViewport.logicalTop; in configureSurface()
733 mRawSurfaceHeight = naturalLogicalHeight * naturalDeviceHeight / naturalPhysicalHeight; in configureSurface()
735 mSurfaceTop = naturalPhysicalTop * naturalLogicalHeight / naturalPhysicalHeight; in configureSurface()
737 mSurfaceBottom = mSurfaceTop + naturalLogicalHeight; in configureSurface()