Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp3309 int32_t naturalPhysicalWidth, naturalPhysicalHeight; in configureSurface() local
3316 naturalPhysicalWidth = mViewport.physicalBottom - mViewport.physicalTop; in configureSurface()
3326 naturalPhysicalWidth = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface()
3336 naturalPhysicalWidth = mViewport.physicalBottom - mViewport.physicalTop; in configureSurface()
3347 naturalPhysicalWidth = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface()
3356 mSurfaceWidth = naturalLogicalWidth * naturalDeviceWidth / naturalPhysicalWidth; in configureSurface()
3358 mSurfaceLeft = naturalPhysicalLeft * naturalLogicalWidth / naturalPhysicalWidth; in configureSurface()