Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp3422 int32_t naturalLogicalWidth, naturalLogicalHeight; in configureSurface() local
3428 naturalLogicalWidth = mViewport.logicalBottom - mViewport.logicalTop; in configureSurface()
3438 naturalLogicalWidth = mViewport.logicalRight - mViewport.logicalLeft; in configureSurface()
3448 naturalLogicalWidth = mViewport.logicalBottom - mViewport.logicalTop; in configureSurface()
3459 naturalLogicalWidth = mViewport.logicalRight - mViewport.logicalLeft; in configureSurface()
3470 mSurfaceWidth = naturalLogicalWidth * naturalDeviceWidth / naturalPhysicalWidth; in configureSurface()
3472 mSurfaceLeft = naturalPhysicalLeft * naturalLogicalWidth / naturalPhysicalWidth; in configureSurface()