Home
last modified time | relevance | path

Searched refs:FLOATING (Results 1 - 22 of 22) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_drag/
H A Dtext_drag_overlay_modifier.h30 enum class DragAnimType { FLOATING, FLOATING_CANCEL, DEFAULT }; member in OHOS::Ace::NG::DragAnimType
42 type_ = DragAnimType::FLOATING; in StartFloatingAnimate()
H A Dtext_drag_overlay_modifier.cpp88 if (type_ == DragAnimType::FLOATING) { in PaintBackground()
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_utils.h144 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 Dvkeyboard.h176 FLOATING = 2, member in OHOS::MMI::MotionSpaceType
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window_utils.h157 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 Djs_window_utils.cpp129 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 Drich_editor_drag_test_ng.cpp184 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 Dwindow_options_utils_test.cpp119 EXPECT_EQ(result.second, AppExecFwk::SupportWindowMode::FLOATING); in HWTEST_F()
/foundation/multimodalinput/input/frameworks/napi/input_device/include/
H A Djs_input_device_context.h53 FLOATING = 2, member in OHOS::MMI::final::MotionSpaceType
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dability_info.h79 FLOATING, member in OHOS::AppExecFwk::SupportWindowMode
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H A Dwindow_options_utils.cpp64 result.second = AppExecFwk::SupportWindowMode::FLOATING; in WindowModeMap()
/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_transition_info_test.cpp81 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 Dwindow_transition_info.cpp34 AppExecFwk::SupportWindowMode::FLOATING in WindowTransitionInfo()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor_drag/
H A Drich_editor_drag_overlay_modifier.cpp190 if (type_ == DragAnimType::FLOATING) { in PaintBackground()
323 type_ = DragAnimType::FLOATING; in StartFloatingAnimate()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dability_info.h105 FLOATING, member in OHOS::AppExecFwk::GetAbilityInfoFlag::SupportWindowMode
/foundation/window/window_manager/wmserver/test/unittest/
H A Dstarting_window_test.cpp72 AppExecFwk::SupportWindowMode::FLOATING in SetUp()
H A Dremote_animation_test.cpp74 AppExecFwk::SupportWindowMode::FLOATING in SetUp()
/foundation/window/window_manager/utils/include/
H A Dwindow_helper.h256 } else if (mode == AppExecFwk::SupportWindowMode::FLOATING) { in ConvertSupportModesToSupportInfo()
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dmodule_profile.cpp144 {"floating", SupportWindowMode::FLOATING}
1548 modes.insert(SupportWindowMode::FLOATING); in ConvertToAbilityWindowMode()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp126 {"floating", SupportWindowMode::FLOATING}
2056 modes.insert(SupportWindowMode::FLOATING); in ConvertToAbilityWindowMode()
/foundation/multimodalinput/input/frameworks/napi/input_device/src/
H A Djs_input_device_context.cpp985 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 Dbundle_manager.cpp4389 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()

Completed in 30 milliseconds