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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp3153 int32_t naturalLogicalWidth, naturalLogicalHeight; local
3160 naturalLogicalHeight = mViewport.logicalRight - mViewport.logicalLeft;
3170 naturalLogicalHeight = mViewport.logicalBottom - mViewport.logicalTop;
3180 naturalLogicalHeight = mViewport.logicalRight - mViewport.logicalLeft;
3191 naturalLogicalHeight = mViewport.logicalBottom - mViewport.logicalTop;
3202 mSurfaceHeight = naturalLogicalHeight * naturalDeviceHeight / naturalPhysicalHeight;
3204 mSurfaceTop = naturalPhysicalTop * naturalLogicalHeight / naturalPhysicalHeight;

Completed in 73 milliseconds