Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp685 int32_t naturalPhysicalLeft, naturalPhysicalTop; in configureSurface() local
694 naturalPhysicalTop = mViewport.physicalLeft; in configureSurface()
704 naturalPhysicalTop = mViewport.deviceHeight - mViewport.physicalBottom; in configureSurface()
714 naturalPhysicalTop = mViewport.deviceWidth - mViewport.physicalRight; in configureSurface()
725 naturalPhysicalTop = mViewport.physicalTop; in configureSurface()
740 mPhysicalTop = naturalPhysicalTop; in configureSurface()
745 mSurfaceTop = naturalPhysicalTop * naturalLogicalHeight / naturalPhysicalHeight; in configureSurface()