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

/frameworks/base/services/input/
H A DInputReader.cpp2953 int32_t naturalLogicalWidth, naturalLogicalHeight; local
2960 naturalLogicalHeight = mViewport.logicalRight - mViewport.logicalLeft;
2970 naturalLogicalHeight = mViewport.logicalBottom - mViewport.logicalTop;
2980 naturalLogicalHeight = mViewport.logicalRight - mViewport.logicalLeft;
2991 naturalLogicalHeight = mViewport.logicalBottom - mViewport.logicalTop;
3002 mSurfaceHeight = naturalLogicalHeight * naturalDeviceHeight / naturalPhysicalHeight;
3004 mSurfaceTop = naturalPhysicalTop * naturalLogicalHeight / naturalPhysicalHeight;

Completed in 36 milliseconds