Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp2994 int32_t naturalPhysicalLeft, naturalPhysicalTop; in configureSurface() local
3002 naturalPhysicalLeft = mViewport.deviceHeight - mViewport.physicalBottom; in configureSurface()
3012 naturalPhysicalLeft = mViewport.deviceWidth - mViewport.physicalRight; in configureSurface()
3022 naturalPhysicalLeft = mViewport.physicalTop; in configureSurface()
3033 naturalPhysicalLeft = mViewport.physicalLeft; in configureSurface()
3042 mSurfaceLeft = naturalPhysicalLeft * naturalLogicalWidth / naturalPhysicalWidth; in configureSurface()