Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp3422 int32_t naturalLogicalWidth, naturalLogicalHeight; in configureSurface() local
3429 naturalLogicalHeight = mViewport.logicalRight - mViewport.logicalLeft; in configureSurface()
3439 naturalLogicalHeight = mViewport.logicalBottom - mViewport.logicalTop; in configureSurface()
3449 naturalLogicalHeight = mViewport.logicalRight - mViewport.logicalLeft; in configureSurface()
3460 naturalLogicalHeight = mViewport.logicalBottom - mViewport.logicalTop; in configureSurface()
3471 mSurfaceHeight = naturalLogicalHeight * naturalDeviceHeight / naturalPhysicalHeight; in configureSurface()
3473 mSurfaceTop = naturalPhysicalTop * naturalLogicalHeight / naturalPhysicalHeight; in configureSurface()