Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutput.cpp179 ui::Size orientedSize = outputState.displaySpace.getBounds(); in setProjection() local
181 std::swap(orientedSize.width, orientedSize.height); in setProjection()
183 outputState.orientedDisplaySpace.setBounds(orientedSize); in setProjection()
233 ui::Size orientedSize = size; in setDisplaySize() local
235 std::swap(orientedSize.width, orientedSize.height); in setDisplaySize()
237 const ui::Size newOrientedBounds(orientedSize); in setDisplaySize()