Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp3310 int32_t naturalPhysicalLeft, naturalPhysicalTop; in configureSurface() local
3319 naturalPhysicalTop = mViewport.physicalLeft; in configureSurface()
3329 naturalPhysicalTop = mViewport.deviceHeight - mViewport.physicalBottom; in configureSurface()
3339 naturalPhysicalTop = mViewport.deviceWidth - mViewport.physicalRight; in configureSurface()
3350 naturalPhysicalTop = mViewport.physicalTop; in configureSurface()
3359 mSurfaceTop = naturalPhysicalTop * naturalLogicalHeight / naturalPhysicalHeight; in configureSurface()