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

/frameworks/base/services/input/
H A DInputReader.cpp2927 int32_t naturalPhysicalWidth, naturalPhysicalHeight; local
2935 naturalPhysicalHeight = mViewport.physicalRight - mViewport.physicalLeft;
2945 naturalPhysicalHeight = mViewport.physicalBottom - mViewport.physicalTop;
2955 naturalPhysicalHeight = mViewport.physicalRight - mViewport.physicalLeft;
2966 naturalPhysicalHeight = mViewport.physicalBottom - mViewport.physicalTop;
2975 mSurfaceHeight = naturalLogicalHeight * naturalDeviceHeight / naturalPhysicalHeight;
2977 mSurfaceTop = naturalPhysicalTop * naturalLogicalHeight / naturalPhysicalHeight;

Completed in 36 milliseconds