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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp3423 int32_t naturalPhysicalWidth, naturalPhysicalHeight; local
3431 naturalPhysicalHeight = mViewport.physicalRight - mViewport.physicalLeft;
3441 naturalPhysicalHeight = mViewport.physicalBottom - mViewport.physicalTop;
3451 naturalPhysicalHeight = mViewport.physicalRight - mViewport.physicalLeft;
3462 naturalPhysicalHeight = mViewport.physicalBottom - mViewport.physicalTop;
3471 mSurfaceHeight = naturalLogicalHeight * naturalDeviceHeight / naturalPhysicalHeight;
3473 mSurfaceTop = naturalPhysicalTop * naturalLogicalHeight / naturalPhysicalHeight;

Completed in 34 milliseconds