Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp2993 int32_t naturalPhysicalWidth, naturalPhysicalHeight; in configureSurface() local
3001 naturalPhysicalHeight = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface()
3011 naturalPhysicalHeight = mViewport.physicalBottom - mViewport.physicalTop; in configureSurface()
3021 naturalPhysicalHeight = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface()
3032 naturalPhysicalHeight = mViewport.physicalBottom - mViewport.physicalTop; in configureSurface()
3041 mSurfaceHeight = naturalLogicalHeight * naturalDeviceHeight / naturalPhysicalHeight; in configureSurface()
3043 mSurfaceTop = naturalPhysicalTop * naturalLogicalHeight / naturalPhysicalHeight; in configureSurface()