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

/frameworks/base/services/input/
H A DInputReader.cpp2954 int32_t naturalPhysicalWidth, naturalPhysicalHeight; local
2962 naturalPhysicalHeight = mViewport.physicalRight - mViewport.physicalLeft;
2972 naturalPhysicalHeight = mViewport.physicalBottom - mViewport.physicalTop;
2982 naturalPhysicalHeight = mViewport.physicalRight - mViewport.physicalLeft;
2993 naturalPhysicalHeight = mViewport.physicalBottom - mViewport.physicalTop;
3002 mSurfaceHeight = naturalLogicalHeight * naturalDeviceHeight / naturalPhysicalHeight;
3004 mSurfaceTop = naturalPhysicalTop * naturalLogicalHeight / naturalPhysicalHeight;

Completed in 103 milliseconds