Searched refs:SENSOR_HORIZONTAL (Results 1 - 8 of 8) sorted by relevance
/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | screen_rotation_controller_test.cpp | 140 orientation = Orientation::SENSOR_HORIZONTAL; in HWTEST_F() 242 ASSERT_EQ(true, ScreenRotationController::IsSensorRelatedOrientation(Orientation::SENSOR_HORIZONTAL)); in HWTEST_F() 302 orientation = Orientation::SENSOR_HORIZONTAL; in HWTEST_F() 304 ASSERT_EQ(Orientation::SENSOR_HORIZONTAL, ScreenRotationController::lastOrientationType_); in HWTEST_F() 400 ScreenRotationController::ProcessOrientationSwitch(Orientation::SENSOR_HORIZONTAL, true); in HWTEST_F()
|
/foundation/window/window_manager/dmserver/src/ |
H A D | screen_rotation_controller.cpp | 139 case Orientation::SENSOR_HORIZONTAL: { in CalcTargetDisplayRotation() 261 case Orientation::SENSOR_HORIZONTAL: { in ProcessSwitchToSensorRelatedOrientation()
|
/foundation/window/window_manager/previewer/include/ |
H A D | dm_common.h | 247 SENSOR_HORIZONTAL = 7, member in OHOS::Rosen::Orientation
|
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
H A D | js_window_utils.h | 208 {ApiOrientation::AUTO_ROTATION_LANDSCAPE, Orientation::SENSOR_HORIZONTAL },
229 {Orientation::SENSOR_HORIZONTAL, ApiOrientation::AUTO_ROTATION_LANDSCAPE },
member in OHOS::Rosen::ApiWindowMode::Orientation
|
/foundation/window/window_manager/interfaces/innerkits/dm/ |
H A D | dm_common.h | 275 SENSOR_HORIZONTAL = 7, member in OHOS::Rosen::Orientation
|
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/ |
H A D | constants.h | 875 SENSOR_HORIZONTAL = 7, member in OHOS::Ace::GestureTypeName::Orientation
|
/foundation/window/window_manager/wmserver/src/ |
H A D | starting_window.cpp | 46 {OHOS::AppExecFwk::DisplayOrientation::AUTO_ROTATION_LANDSCAPE, Orientation::SENSOR_HORIZONTAL},
|
/foundation/window/window_manager/wm/include/ |
H A D | window_impl.h | 74 {OHOS::AppExecFwk::DisplayOrientation::AUTO_ROTATION_LANDSCAPE, Orientation::SENSOR_HORIZONTAL},
|
Completed in 10 milliseconds