Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp683 int32_t naturalLogicalWidth, naturalLogicalHeight; in configureSurface() local
689 naturalLogicalWidth = mViewport.logicalBottom - mViewport.logicalTop; in configureSurface()
699 naturalLogicalWidth = mViewport.logicalRight - mViewport.logicalLeft; in configureSurface()
709 naturalLogicalWidth = mViewport.logicalBottom - mViewport.logicalTop; in configureSurface()
720 naturalLogicalWidth = mViewport.logicalRight - mViewport.logicalLeft; in configureSurface()
742 mSurfaceWidth = naturalLogicalWidth * naturalDeviceWidth / naturalPhysicalWidth; in configureSurface()
744 mSurfaceLeft = naturalPhysicalLeft * naturalLogicalWidth / naturalPhysicalWidth; in configureSurface()