Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_motion_path_option.h60 rotationMode_ = rotationMode; in SetRotationMode()
65 return rotationMode_; in GetRotationMode()
83 RotationMode rotationMode_ { RotationMode::ROTATE_NONE };
H A Drs_path_animation.cpp63 rotationMode_ = rotationMode; in SetRotationMode()
68 return rotationMode_; in GetRotationMode()
204 switch (rotationMode_) { in OnUpdateStagingValue()
H A Drs_path_animation.h111 RotationMode rotationMode_ { RotationMode::ROTATE_NONE };
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_path_animation.cpp57 rotationMode_ = rotationMode; in SetRotationMode()
62 return rotationMode_; in GetRotationMode()
133 … parcel.WriteInt32(static_cast<std::underlying_type<RotationMode>::type>(rotationMode_)) && in Marshalling()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_path_animation.h98 RotationMode rotationMode_ { RotationMode::ROTATE_NONE };
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_window_scene_config.cpp49 … napi_set_named_property(env, objValue, "rotationMode", CreateJsValue(env, config.rotationMode_)); in CreateWindowSceneConfig()
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/include/
H A Dws_common.h577 std::string rotationMode_ = "windowRotation"; member
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test2.cpp776 ASSERT_EQ(ssm_->appWindowSceneConfig_.rotationMode_, "rotation");
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp520 appWindowSceneConfig_.rotationMode_ = item.stringValue_; in ConfigWindowSceneXml()