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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp2994 int32_t naturalPhysicalLeft, naturalPhysicalTop; local
3003 naturalPhysicalTop = mViewport.physicalLeft;
3013 naturalPhysicalTop = mViewport.deviceHeight - mViewport.physicalBottom;
3023 naturalPhysicalTop = mViewport.deviceWidth - mViewport.physicalRight;
3034 naturalPhysicalTop = mViewport.physicalTop;
3043 mSurfaceTop = naturalPhysicalTop * naturalLogicalHeight / naturalPhysicalHeight;

Completed in 699 milliseconds