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

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

Completed in 345 milliseconds