Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DTouchInputMapper.cpp688 int32_t naturalPhysicalLeft, naturalPhysicalTop; in configureSurface() local
702 naturalPhysicalLeft = mViewport.deviceHeight - mViewport.physicalBottom; in configureSurface()
712 naturalPhysicalLeft = mViewport.deviceWidth - mViewport.physicalRight; in configureSurface()
722 naturalPhysicalLeft = mViewport.physicalTop; in configureSurface()
733 naturalPhysicalLeft = mViewport.physicalLeft; in configureSurface()
748 mPhysicalLeft = naturalPhysicalLeft; in configureSurface()
755 mSurfaceLeft = naturalPhysicalLeft * naturalLogicalWidth / naturalPhysicalWidth; in configureSurface()