Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp6353 const Rect rotatedPhysicalDisplay = rotation.transform(naturalPhysicalDisplay); in configurePhysicalDisplay() local
6366 v.physicalLeft = rotatedPhysicalDisplay.left; in configurePhysicalDisplay()
6367 v.physicalTop = rotatedPhysicalDisplay.top; in configurePhysicalDisplay()
6368 v.physicalRight = rotatedPhysicalDisplay.right; in configurePhysicalDisplay()
6369 v.physicalBottom = rotatedPhysicalDisplay.bottom; in configurePhysicalDisplay()