Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp685 int32_t naturalPhysicalLeft, naturalPhysicalTop; in configureSurface() local
693 naturalPhysicalLeft = mViewport.deviceHeight - mViewport.physicalBottom; in configureSurface()
703 naturalPhysicalLeft = mViewport.deviceWidth - mViewport.physicalRight; in configureSurface()
713 naturalPhysicalLeft = mViewport.physicalTop; in configureSurface()
724 naturalPhysicalLeft = mViewport.physicalLeft; in configureSurface()
739 mPhysicalLeft = naturalPhysicalLeft; in configureSurface()
744 mSurfaceLeft = naturalPhysicalLeft * naturalLogicalWidth / naturalPhysicalWidth; in configureSurface()