Searched defs:naturalLogicalWidth (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputReader.cpp2992 int32_t naturalLogicalWidth, naturalLogicalHeight; local
2998 naturalLogicalWidth = mViewport.logicalBottom - mViewport.logicalTop;
3008 naturalLogicalWidth = mViewport.logicalRight - mViewport.logicalLeft;
3018 naturalLogicalWidth = mViewport.logicalBottom - mViewport.logicalTop;
3029 naturalLogicalWidth = mViewport.logicalRight - mViewport.logicalLeft;
3040 mSurfaceWidth = naturalLogicalWidth * naturalDeviceWidth / naturalPhysicalWidth;
3042 mSurfaceLeft = naturalPhysicalLeft * naturalLogicalWidth / naturalPhysicalWidth;

Completed in 55 milliseconds