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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp3154 int32_t naturalPhysicalWidth, naturalPhysicalHeight; local
3162 naturalPhysicalHeight = mViewport.physicalRight - mViewport.physicalLeft;
3172 naturalPhysicalHeight = mViewport.physicalBottom - mViewport.physicalTop;
3182 naturalPhysicalHeight = mViewport.physicalRight - mViewport.physicalLeft;
3193 naturalPhysicalHeight = mViewport.physicalBottom - mViewport.physicalTop;
3202 mSurfaceHeight = naturalLogicalHeight * naturalDeviceHeight / naturalPhysicalHeight;
3204 mSurfaceTop = naturalPhysicalTop * naturalLogicalHeight / naturalPhysicalHeight;

Completed in 37 milliseconds