Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayDevice_SetProjectionTest.cpp46 mPhysicalOrientation(physicalOrientation), in DisplayDeviceSetProjectionTest()
51 injector.setPhysicalOrientation(mPhysicalOrientation); in createDisplayDevice()
90 EXPECT_EQ(ui::Transform(ui::Transform::toRotationFlags(mPhysicalOrientation), in expectDefaultState()
93 EXPECT_EQ(mPhysicalOrientation, compositionState.displaySpace.getOrientation()); in expectDefaultState()
99 const ui::Size expectedLogicalSize = (mPhysicalOrientation == ui::ROTATION_270 || in expectDefaultState()
100 mPhysicalOrientation == ui::ROTATION_90) in expectDefaultState()
169 const ui::Rotation mPhysicalOrientation; member in android::__anonf6cef41a0111::DisplayDeviceSetProjectionTest
/frameworks/native/services/surfaceflinger/
DDisplayDevice.h109 ui::Rotation getPhysicalOrientation() const { return mPhysicalOrientation; } in getPhysicalOrientation()
229 const ui::Rotation mPhysicalOrientation; variable
DDisplayDevice.cpp67 mPhysicalOrientation(args.physicalOrientation),
142 const ui::Rotation inversePhysicalOrientation = ui::ROTATION_0 - mPhysicalOrientation; in getFrontEndInfo()
253 const auto transformOrientation = orientation + mPhysicalOrientation; in setProjection()