Home
last modified time | relevance | path

Searched refs:PREVIEW_LIFT_STARTED (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Ddrag_event.h63 PREVIEW_LIFT_STARTED, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/preview/
H A Dmenu_preview_pattern.cpp65 DragEventActuator::ExecutePreDragAction(PreDragStatus::PREVIEW_LIFT_STARTED); in ShowScaleAnimation()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-events-drag-drop.md259 | PREVIEW_LIFT_STARTED | 2 | 拖拽浮起动效发起阶段。(按下800ms时触发) |
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Ddrag_event_test_ng.cpp913 EXPECT_CALL(mockOnPreFunction, Call(PreDragStatus::PREVIEW_LIFT_STARTED)).WillOnce(Return());
937 EXPECT_EQ(dragDropManager->GetPreDragStatus(), PreDragStatus::PREVIEW_LIFT_STARTED);
938 DragEventActuator::ExecutePreDragAction(PreDragStatus::PREVIEW_LIFT_STARTED, frameNode);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_view.cpp518 DragEventActuator::ExecutePreDragAction(PreDragStatus::PREVIEW_LIFT_STARTED); in ShowHoverImageAnimationProc()
558 DragEventActuator::ExecutePreDragAction(PreDragStatus::PREVIEW_LIFT_STARTED); in ShowPixelMapScaleAnimationProc()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-events-drag-drop.md259 | PREVIEW_LIFT_STARTED | 2 | A lift animation is started. (Triggered when the component is long pre…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Ddrag_event.cpp726 DragEventActuator::ExecutePreDragAction(PreDragStatus::PREVIEW_LIFT_STARTED); in OnCollectTouchTarget()