Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp3563 int32_t naturalLogicalWidth, naturalLogicalHeight; in configureSurface() local
3570 naturalLogicalHeight = mViewport.logicalRight - mViewport.logicalLeft; in configureSurface()
3580 naturalLogicalHeight = mViewport.logicalBottom - mViewport.logicalTop; in configureSurface()
3590 naturalLogicalHeight = mViewport.logicalRight - mViewport.logicalLeft; in configureSurface()
3601 naturalLogicalHeight = mViewport.logicalBottom - mViewport.logicalTop; in configureSurface()
3623 mSurfaceHeight = naturalLogicalHeight * naturalDeviceHeight / naturalPhysicalHeight; in configureSurface()
3625 mSurfaceTop = naturalPhysicalTop * naturalLogicalHeight / naturalPhysicalHeight; in configureSurface()