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

/frameworks/base/services/input/
H A DInputReader.cpp2926 int32_t naturalLogicalWidth, naturalLogicalHeight; local
2933 naturalLogicalHeight = mViewport.logicalRight - mViewport.logicalLeft;
2943 naturalLogicalHeight = mViewport.logicalBottom - mViewport.logicalTop;
2953 naturalLogicalHeight = mViewport.logicalRight - mViewport.logicalLeft;
2964 naturalLogicalHeight = mViewport.logicalBottom - mViewport.logicalTop;
2975 mSurfaceHeight = naturalLogicalHeight * naturalDeviceHeight / naturalPhysicalHeight;
2977 mSurfaceTop = naturalPhysicalTop * naturalLogicalHeight / naturalPhysicalHeight;

Completed in 39 milliseconds