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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp3300 int32_t naturalLogicalWidth, naturalLogicalHeight; local
3306 naturalLogicalWidth = mViewport.logicalBottom - mViewport.logicalTop;
3316 naturalLogicalWidth = mViewport.logicalRight - mViewport.logicalLeft;
3326 naturalLogicalWidth = mViewport.logicalBottom - mViewport.logicalTop;
3337 naturalLogicalWidth = mViewport.logicalRight - mViewport.logicalLeft;
3348 mSurfaceWidth = naturalLogicalWidth * naturalDeviceWidth / naturalPhysicalWidth;
3350 mSurfaceLeft = naturalPhysicalLeft * naturalLogicalWidth / naturalPhysicalWidth;

Completed in 952 milliseconds