Searched refs:READY_TO_TRIGGER_DRAG_ACTION (Results 1 – 8 of 8) sorted by relevance
258 | READY_TO_TRIGGER_DRAG_ACTION | 1 | 拖拽准备完成,可发起拖拽阶段。(按下500ms时触发) |263 | ACTION_CANCELED_BEFORE_DRAG | 6 | 拖拽浮起落位动效中断。(已满足READY_TO_TRIGGER_DRAG_ACTION状态后,未达到动效阶段,手指抬手时触发)…325 if (preDragStatus == PreDragStatus.READY_TO_TRIGGER_DRAG_ACTION) {
62 READY_TO_TRIGGER_DRAG_ACTION, enumerator
258 | READY_TO_TRIGGER_DRAG_ACTION | 1 | The component is ready to be dragged. (Triggered when the comp…263 …ger is lifted off the screen after the component enters the **READY_TO_TRIGGER_DRAG_ACTION** state…326 if (preDragStatus == PreDragStatus.READY_TO_TRIGGER_DRAG_ACTION) {
188 static_cast<ArkUI_Int32>(OHOS::Ace::PreDragStatus::READY_TO_TRIGGER_DRAG_ACTION);
912 …EXPECT_CALL(mockOnPreFunction, Call(PreDragStatus::READY_TO_TRIGGER_DRAG_ACTION)).WillOnce(Return(…935 EXPECT_EQ(dragDropManager->GetPreDragStatus(), PreDragStatus::READY_TO_TRIGGER_DRAG_ACTION);936 DragEventActuator::ExecutePreDragAction(PreDragStatus::READY_TO_TRIGGER_DRAG_ACTION, frameNode);
40 …落回动效结束时触发。<br>7. ACTION\_CANCELED\_BEFORE\_DRAG:拖拽浮起落位动效中断。已满足READY_TO_TRIGGER_DRAG_ACTION状态后,未达到动…
583 if (preDragStatus <= PreDragStatus::READY_TO_TRIGGER_DRAG_ACTION) { in OnCollectTouchTarget()638 … DragEventActuator::ExecutePreDragAction(PreDragStatus::READY_TO_TRIGGER_DRAG_ACTION, frameNode); in OnCollectTouchTarget()
40 …ger is lifted off the screen after the component enters the **READY_TO_TRIGGER_DRAG_ACTION** state…