/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_drag/ |
H A D | text_drag_overlay_modifier.h | 30 enum class DragAnimType { FLOATING, FLOATING_CANCEL, DEFAULT }; member in OHOS::Ace::NG::DragAnimType 42 type_ = DragAnimType::FLOATING; in StartFloatingAnimate()
|
H A D | text_drag_overlay_modifier.cpp | 88 if (type_ == DragAnimType::FLOATING) { in PaintBackground()
|
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/ |
H A D | window_utils.h | 144 FLOATING, member in OHOS::Rosen::ApiWindowMode 145 MODE_END = FLOATING 153 {ApiWindowMode::FLOATING, WindowMode::WINDOW_MODE_FLOATING }, member in OHOS::Rosen::ApiWindowMode::ApiWindowMode
|
/foundation/multimodalinput/input/service/module_loader/include/ |
H A D | vkeyboard.h | 176 FLOATING = 2, member in OHOS::MMI::MotionSpaceType
|
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
H A D | js_window_utils.h | 157 FLOATING,
member in OHOS::Rosen::ApiWindowMode 158 MODE_END = FLOATING
166 { WindowMode::WINDOW_MODE_FLOATING, ApiWindowMode::FLOATING },
174 {ApiWindowMode::FLOATING, WindowMode::WINDOW_MODE_FLOATING },
member in OHOS::Rosen::ApiWindowMode::ApiWindowMode
|
H A D | js_window_utils.cpp | 129 napi_set_named_property(env, objValue, "FLOATING", CreateJsValue(env,
in WindowModeInit() 130 static_cast<int32_t>(ApiWindowMode::FLOATING)));
in WindowModeInit() 385 napi_set_named_property(env, objValue, "FLOATING", CreateJsValue(env,
in WindowStatusTypeInit()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor_drag/ |
H A D | rich_editor_drag_test_ng.cpp | 184 dragOverlayModifier->type_ = DragAnimType::FLOATING; in HWTEST_F() 186 EXPECT_EQ(dragOverlayModifier->type_, DragAnimType::FLOATING); in HWTEST_F() 336 EXPECT_EQ(dragOverlayModifier2->type_, DragAnimType::FLOATING); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/window_options_utils_test/ |
H A D | window_options_utils_test.cpp | 119 EXPECT_EQ(result.second, AppExecFwk::SupportWindowMode::FLOATING); in HWTEST_F()
|
/foundation/multimodalinput/input/frameworks/napi/input_device/include/ |
H A D | js_input_device_context.h | 53 FLOATING = 2, member in OHOS::MMI::final::MotionSpaceType
|
/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | ability_info.h | 79 FLOATING, member in OHOS::AppExecFwk::SupportWindowMode
|
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/ |
H A D | window_options_utils.cpp | 64 result.second = AppExecFwk::SupportWindowMode::FLOATING; in WindowModeMap()
|
/foundation/window/window_manager/utils/test/unittest/ |
H A D | window_transition_info_test.cpp | 81 ASSERT_EQ(AppExecFwk::SupportWindowMode::FLOATING, winTransitionInfo1->supportWindowModes_[2]); in HWTEST_F() 310 AppExecFwk::SupportWindowMode::FLOATING in HWTEST_F() 317 ASSERT_EQ(supportModesOut[2], AppExecFwk::SupportWindowMode::FLOATING); in HWTEST_F()
|
/foundation/window/window_manager/utils/src/ |
H A D | window_transition_info.cpp | 34 AppExecFwk::SupportWindowMode::FLOATING in WindowTransitionInfo()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor_drag/ |
H A D | rich_editor_drag_overlay_modifier.cpp | 190 if (type_ == DragAnimType::FLOATING) { in PaintBackground() 323 type_ = DragAnimType::FLOATING; in StartFloatingAnimate()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | ability_info.h | 105 FLOATING, member in OHOS::AppExecFwk::GetAbilityInfoFlag::SupportWindowMode
|
/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | starting_window_test.cpp | 72 AppExecFwk::SupportWindowMode::FLOATING in SetUp()
|
H A D | remote_animation_test.cpp | 74 AppExecFwk::SupportWindowMode::FLOATING in SetUp()
|
/foundation/window/window_manager/utils/include/ |
H A D | window_helper.h | 256 } else if (mode == AppExecFwk::SupportWindowMode::FLOATING) { in ConvertSupportModesToSupportInfo()
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | module_profile.cpp | 144 {"floating", SupportWindowMode::FLOATING} 1548 modes.insert(SupportWindowMode::FLOATING); in ConvertToAbilityWindowMode()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | module_profile.cpp | 126 {"floating", SupportWindowMode::FLOATING} 2056 modes.insert(SupportWindowMode::FLOATING); in ConvertToAbilityWindowMode()
|
/foundation/multimodalinput/input/frameworks/napi/input_device/src/ |
H A D | js_input_device_context.cpp | 985 DECLARE_NAPI_STATIC_PROPERTY("FLOATING", in CreateEnumMotionSpaceType() 986 JsUtil::GetNapiInt32(env, static_cast<int32_t>(MotionSpaceType::FLOATING))), in CreateEnumMotionSpaceType()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | bundle_manager.cpp | 4389 NAPI_CALL_RETURN_VOID(env, napi_create_int32(env, static_cast<int32_t>(SupportWindowMode::FLOATING), &nFloat)); in CreateSupportWindowModesObject() 4390 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, value, "FLOATING", nFloat)); in CreateSupportWindowModesObject()
|