Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/
H A DActiveDisplayRotationFlagsTest.cpp38 mOldRotationFlags = mFlinger.mutableActiveDisplayRotationFlags(); in SetUp()
41 mFlinger.mutableActiveDisplayRotationFlags() = ui::Transform::ROT_0; in SetUp()
44 void TearDown() override { mFlinger.mutableActiveDisplayRotationFlags() = mOldRotationFlags; } in TearDown()
H A DTestableSurfaceFlinger.h699 auto& mutableActiveDisplayRotationFlags() { in mutableActiveDisplayRotationFlags() function