Home
last modified time | relevance | path

Searched refs:naturalLogicalWidth (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/inputflinger/
DInputReader.cpp2992 int32_t naturalLogicalWidth, naturalLogicalHeight; in configureSurface() local
2998 naturalLogicalWidth = mViewport.logicalBottom - mViewport.logicalTop; in configureSurface()
3008 naturalLogicalWidth = mViewport.logicalRight - mViewport.logicalLeft; in configureSurface()
3018 naturalLogicalWidth = mViewport.logicalBottom - mViewport.logicalTop; in configureSurface()
3029 naturalLogicalWidth = mViewport.logicalRight - mViewport.logicalLeft; in configureSurface()
3040 mSurfaceWidth = naturalLogicalWidth * naturalDeviceWidth / naturalPhysicalWidth; in configureSurface()
3042 mSurfaceLeft = naturalPhysicalLeft * naturalLogicalWidth / naturalPhysicalWidth; in configureSurface()