Home
last modified time | relevance | path

Searched refs:DRAG (Results 1 – 25 of 70) sorted by relevance

123

/ohos5.0/foundation/multimodalinput/input/intention/drag/client/src/
H A Ddrag_client.cpp63 int32_t ret = tunnel.Start(Intention::DRAG, param, reply); in StartDrag()
76 int32_t ret = tunnel.Stop(Intention::DRAG, param, reply); in StopDrag()
198 int32_t ret = tunnel.SetParam(Intention::DRAG, DragRequestID::UPDATE_DRAG_STYLE, param, reply); in UpdateDragStyle()
245 int32_t ret = tunnel.GetParam(Intention::DRAG, DragRequestID::GET_UDKEY, param, reply); in GetUdKey()
275 int32_t ret = tunnel.GetParam(Intention::DRAG, DragRequestID::GET_DRAG_DATA, param, reply); in GetDragData()
337 int32_t ret = tunnel.GetParam(Intention::DRAG, DragRequestID::GET_DRAG_SUMMARY, param, reply); in GetDragSummary()
351 int32_t ret = tunnel.GetParam(Intention::DRAG, DragRequestID::GET_DRAG_STATE, param, reply); in GetDragState()
377 int32_t ret = tunnel.GetParam(Intention::DRAG, DragRequestID::GET_DRAG_ACTION, param, reply); in GetDragAction()
391 int32_t ret = tunnel.GetParam(Intention::DRAG, DragRequestID::GET_EXTRA_INFO, param, reply); in GetExtraInfo()
405 int32_t ret = tunnel.Control(Intention::DRAG, DragRequestID::ADD_PRIVILEGE, param, reply); in AddPrivilege()
[all …]
/ohos5.0/base/msdp/device_status/intention/drag/client/src/
H A Ddrag_client.cpp63 int32_t ret = tunnel.Start(Intention::DRAG, param, reply); in StartDrag()
76 int32_t ret = tunnel.Stop(Intention::DRAG, param, reply); in StopDrag()
198 int32_t ret = tunnel.SetParam(Intention::DRAG, DragRequestID::UPDATE_DRAG_STYLE, param, reply); in UpdateDragStyle()
245 int32_t ret = tunnel.GetParam(Intention::DRAG, DragRequestID::GET_UDKEY, param, reply); in GetUdKey()
275 int32_t ret = tunnel.GetParam(Intention::DRAG, DragRequestID::GET_DRAG_DATA, param, reply); in GetDragData()
338 int32_t ret = tunnel.GetParam(Intention::DRAG, DragRequestID::GET_DRAG_SUMMARY, param, reply); in GetDragSummary()
352 int32_t ret = tunnel.GetParam(Intention::DRAG, DragRequestID::GET_DRAG_STATE, param, reply); in GetDragState()
378 int32_t ret = tunnel.GetParam(Intention::DRAG, DragRequestID::GET_DRAG_ACTION, param, reply); in GetDragAction()
392 int32_t ret = tunnel.GetParam(Intention::DRAG, DragRequestID::GET_EXTRA_INFO, param, reply); in GetExtraInfo()
406 int32_t ret = tunnel.Control(Intention::DRAG, DragRequestID::ADD_PRIVILEGE, param, reply); in AddPrivilege()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dtoss_animation_controller.cpp27 constexpr double DRAG = 0.995; variable
69 time = std::log(time) / std::log(DRAG); in Play()
89 double distance = std::pow(DRAG, value); in Play()
90 distance = (distance - 1.0) * ref->speed_ / std::log(DRAG); in Play()
/ohos5.0/base/msdp/device_status/test/unittest/intention/services/src/
H A Dintention_service_test.cpp63 Intention g_intention { Intention::DRAG };
581 ret = g_intentionService->SetParam(Intention::DRAG, DragRequestID::SET_DRAG_WINDOW_VISIBLE,
734 int32_t ret = g_intentionService->GetParam(Intention::DRAG, DragRequestID::GET_DRAG_TARGET_PID,
753 int32_t ret = g_intentionService->GetParam(Intention::DRAG, DragRequestID::GET_UDKEY,
802 int32_t ret = g_intentionService->GetParam(Intention::DRAG, DragRequestID::GET_DRAG_STATE,
818 int32_t ret = g_intentionService->GetParam(Intention::DRAG, DragRequestID::GET_DRAG_SUMMARY,
883 int32_t ret = g_intentionService->GetParam(Intention::DRAG, DragRequestID::GET_SHADOW_OFFSET,
903 int32_t ret = g_intentionService->GetParam(Intention::DRAG, DragRequestID::GET_EXTRA_INFO,
992 int32_t ret = g_intentionService->GetParam(Intention::DRAG, DragRequestID::GET_DRAG_STATE,
1015 int32_t ret = g_intentionService->GetParam(Intention::DRAG, DragRequestID::GET_DRAG_ACTION,
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/refresh/
H A Drefresh_version_eleven_test_ng.cpp55 EXPECT_EQ(refreshStatus, RefreshStatus::DRAG);
63 EXPECT_EQ(refreshStatus, RefreshStatus::DRAG);
120 EXPECT_EQ(pattern_->refreshStatus_, RefreshStatus::DRAG);
157 EXPECT_EQ(refreshStatus, RefreshStatus::DRAG);
215 EXPECT_EQ(pattern_->refreshStatus_, RefreshStatus::DRAG);
H A Drefresh_event_test_ng.cpp96 EXPECT_EQ(pattern_->refreshStatus_, RefreshStatus::DRAG);
154 EXPECT_EQ(refreshStatus, RefreshStatus::DRAG);
198 EXPECT_EQ(pattern_->refreshStatus_, RefreshStatus::DRAG);
230 EXPECT_EQ(pattern_->refreshStatus_, RefreshStatus::DRAG);
290 EXPECT_EQ(refreshStatus, RefreshStatus::DRAG);
372 EXPECT_EQ(pattern_->refreshStatus_, RefreshStatus::DRAG);
431 EXPECT_EQ(refreshStatus, RefreshStatus::DRAG);
483 EXPECT_EQ(pattern_->refreshStatus_, RefreshStatus::DRAG);
570 EXPECT_EQ(pattern_->refreshStatus_, RefreshStatus::DRAG);
631 EXPECT_EQ(refreshStatus, RefreshStatus::DRAG);
[all …]
H A Drefresh_version_twelve_test_ng.cpp133 EXPECT_EQ(refreshStatus, RefreshStatus::DRAG);
1372 EXPECT_EQ(pattern_->refreshStatus_, RefreshStatus::DRAG);
1395 EXPECT_EQ(pattern_->refreshStatus_, RefreshStatus::DRAG);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/gestures/
H A Dgesture_recognizer_test_ng.cpp71 clickRecognizerPtr->gestureInfo_->type_ = GestureTypeName::DRAG;
75 longPressRecognizerPtr->gestureInfo_->type_ = GestureTypeName::DRAG;
78 panRecognizerPtr->gestureInfo_->type_ = GestureTypeName::DRAG;
81 pinchRecognizerPtr->gestureInfo_->type_ = GestureTypeName::DRAG;
84 rotationRecognizerPtr->gestureInfo_->type_ = GestureTypeName::DRAG;
87 swipeRecognizerPtr->gestureInfo_->type_ = GestureTypeName::DRAG;
234 panRecognizerPtr->gestureInfo_->type_ = GestureTypeName::DRAG;
266 panRecognizerPtr->gestureInfo_->type_ = GestureTypeName::DRAG;
304 panRecognizerPtr->gestureInfo_->type_ = GestureTypeName::DRAG;
338 panRecognizerPtr->gestureInfo_->type_ = GestureTypeName::DRAG;
/ohos5.0/base/msdp/device_status/frameworks/js/napi/interaction/drag/src/
H A Djs_drag_context.cpp31 const char* DRAG { "drag" }; variable
71 CHKRP(napi_set_named_property(env, global, DRAG, jsInstance), in CreateInstance()
120 CHKRP(napi_has_named_property(env, global, DRAG, &result), HAS_NAMED_PROPERTY); in GetInstance()
133 … CHKRP_SCOPE(env, napi_get_named_property(env, global, DRAG, &object), GET_NAMED_PROPERTY, scope); in GetInstance()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dwindow_animation_config.h25 DRAG, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/refresh/
H A Drefresh_controller.h27 DRAG, enumerator
H A Drender_refresh.cpp253 if (refreshStatus_ == RefreshStatus::DRAG || refreshStatus_ == RefreshStatus::OVER_DRAG || in HandleDragUpdate()
271 if (refreshStatus_ == RefreshStatus::DRAG || refreshStatus_ == RefreshStatus::DONE) { in HandleDragEnd()
398 case RefreshStatus::DRAG: in GetNextStatus()
403 nextStatus = RefreshStatus::DRAG; in GetNextStatus()
/ohos5.0/foundation/multimodalinput/input/intention/prototype/include/
H A Dintention_identity.h43 DRAG, enumerator
/ohos5.0/base/msdp/device_status/intention/prototype/include/
H A Dintention_identity.h43 DRAG, enumerator
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Darkts-common-events-drag-event.md38DRAG\_FAILED。<br>此回调是开发者干预系统默认拖入处理行为的关键点,系统会优先执行开发者定义的onDrop回调。通过在onDrop回调中调用setResult方法,开发者可以告知系统…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
H A Drefresh_layout_property.h29 DRAG, enumerator
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window_utils.h248 DRAG, enumerator
258 { WindowSizeChangeReason::DRAG, RectChangeReason::DRAG },
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-gesture-customize-judge.md62 | DRAG | 6 | 拖拽|
227 if (gestureInfo.type == GestureControl.GestureType.DRAG) {
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Ddrag_event.cpp107 …izer_->SetGestureInfo(MakeRefPtr<GestureInfo>(GestureTypeName::DRAG, GestureTypeName::DRAG, true)); in DragEventActuator()
109 …izer_->SetGestureInfo(MakeRefPtr<GestureInfo>(GestureTypeName::DRAG, GestureTypeName::DRAG, true)); in DragEventActuator()
113 MakeRefPtr<GestureInfo>(GestureTypeName::DRAG, GestureTypeName::DRAG, true)); in DragEventActuator()
1876 …izer_->SetGestureInfo(MakeRefPtr<GestureInfo>(GestureTypeName::DRAG, GestureTypeName::DRAG, true)); in CopyDragEvent()
1878 …izer_->SetGestureInfo(MakeRefPtr<GestureInfo>(GestureTypeName::DRAG, GestureTypeName::DRAG, true)); in CopyDragEvent()
1882 MakeRefPtr<GestureInfo>(GestureTypeName::DRAG, GestureTypeName::DRAG, true)); in CopyDragEvent()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A Djs-apis-data-unifiedDataChannel.md876 | DRAG<sup>14+</sup> | 'Drag' | 拖拽类型数据通道。<br/>**模型约束:** 此接口仅可在Stage模型下使用。 |
1363 设置应用内拖拽通道数据可使用的范围[ShareOptions](#shareoptions12),目前仅支持DRAG类型数据通道的管控设置。
1375 | intention | [Intention](#intention) | 是 | 表示数据操作相关的数据通路类型,目前仅支持DRAG类型数据通道。 |
1393 …unifiedDataChannel.setAppShareOptions(unifiedDataChannel.Intention.DRAG, unifiedDataChannel.ShareO…
1417 | intention | [Intention](#intention) | 是 | 表示数据操作相关的数据通路类型,目前仅支持DRAG类型数据通道。 |
1433 unifiedDataChannel.removeAppShareOptions(unifiedDataChannel.Intention.DRAG);
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_layout_policy_cascade.cpp130 childNode->SetWindowSizeChangeReason(WindowSizeChangeReason::DRAG); in LayoutSplitNodes()
363 node->GetWindowSizeChangeReason() == WindowSizeChangeReason::DRAG) { in ComputeRectByAspectRatio()
721 if (reason == WindowSizeChangeReason::DRAG) { in LimitMainFloatingWindowPosition()
736 if (node->GetWindowSizeChangeReason() == WindowSizeChangeReason::DRAG) { in UpdateFloatingWindowSizeForStretchableWindow()
893 if (node->GetWindowSizeChangeReason() == WindowSizeChangeReason::DRAG) { in FixWindowRectWhenDrag()
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dressched_report.h101 case WindowSizeChangeReason::DRAG: { in RequestPerfIfNeed()
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_layout_policy_test.cpp201 windowInfo_.reason_ = WindowSizeChangeReason::DRAG;
218 windowInfo_.reason_ = WindowSizeChangeReason::DRAG;
235 windowInfo_.reason_ = WindowSizeChangeReason::DRAG;
1341 property->SetWindowSizeChangeReason(WindowSizeChangeReason::DRAG);
1475 WindowSizeChangeReason reason = WindowSizeChangeReason::DRAG;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dlong_press_recognizer.cpp272 if (gestureInfo_ && gestureInfo_->GetType() == GestureTypeName::DRAG) { in HandleOverdueDeadline()
287 if (gestureInfo_ && gestureInfo_->GetType() == GestureTypeName::DRAG) { in HandleOverdueDeadline()
/ohos5.0/foundation/multimodalinput/input/intention/services/intention_service/src/
H A Dintention_service.cpp236 case Intention::DRAG: { in LoadPlugin()

123