Searched refs:SENSOR_VERTICAL (Results 1 - 10 of 10) sorted by relevance
/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | screen_rotation_controller_test.cpp | 137 orientation = Orientation::SENSOR_VERTICAL; in HWTEST_F() 241 ASSERT_EQ(true, ScreenRotationController::IsSensorRelatedOrientation(Orientation::SENSOR_VERTICAL)); in HWTEST_F() 288 orientation = Orientation::SENSOR_VERTICAL; in HWTEST_F() 399 ScreenRotationController::ProcessOrientationSwitch(Orientation::SENSOR_VERTICAL, true); in HWTEST_F()
|
H A D | display_manager_service_test.cpp | 256 orientation = Orientation::SENSOR_VERTICAL; in HWTEST_F() 573 orientation = Orientation::SENSOR_VERTICAL; in HWTEST_F()
|
/foundation/window/window_manager/dmserver/src/ |
H A D | screen_rotation_controller.cpp | 136 case Orientation::SENSOR_VERTICAL: { in CalcTargetDisplayRotation() 250 case Orientation::SENSOR_VERTICAL: { in ProcessSwitchToSensorRelatedOrientation()
|
/foundation/window/window_manager/previewer/include/ |
H A D | dm_common.h | 246 SENSOR_VERTICAL = 6, member in OHOS::Rosen::Orientation
|
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
H A D | js_window_utils.h | 207 {ApiOrientation::AUTO_ROTATION_PORTRAIT, Orientation::SENSOR_VERTICAL },
228 {Orientation::SENSOR_VERTICAL, ApiOrientation::AUTO_ROTATION_PORTRAIT },
member in OHOS::Rosen::ApiWindowMode::Orientation
|
/foundation/window/window_manager/interfaces/innerkits/dm/ |
H A D | dm_common.h | 274 SENSOR_VERTICAL = 6, member in OHOS::Rosen::Orientation
|
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/ |
H A D | constants.h | 874 SENSOR_VERTICAL = 6, member in OHOS::Ace::GestureTypeName::Orientation
|
/foundation/window/window_manager/wmserver/src/ |
H A D | starting_window.cpp | 47 {OHOS::AppExecFwk::DisplayOrientation::AUTO_ROTATION_PORTRAIT, Orientation::SENSOR_VERTICAL},
|
/foundation/window/window_manager/wm/include/ |
H A D | window_impl.h | 75 {OHOS::AppExecFwk::DisplayOrientation::AUTO_ROTATION_PORTRAIT, Orientation::SENSOR_VERTICAL},
|
/foundation/window/window_manager/wm/src/ |
H A D | window_session_impl.cpp | 3979 orientation == Orientation::SENSOR_VERTICAL || in IsVerticalOrientation()
|
Completed in 19 milliseconds