Home
last modified time | relevance | path

Searched refs:useCustomDropAnimation (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-events-drag-drop.md185 | useCustomDropAnimation<sup>10+</sup> | boolean | 当拖拽结束时,是否使能并使用系统默认落位动效。<br/>应用可将该值设定为true来禁用系统默认…
415 event.useCustomDropAnimation = false;
/ohos5.0/docs/zh-cn/application-dev/faqs/
H A Dfaqs-arkui-animation-interactive-event.md338 dragEvent.useCustomDropAnimation = true;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_drag_modifier.cpp146 info->UseCustomAnimation(event.dragEvent.useCustomDropAnimation); in SetOnDragDrop()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Ddrag_and_drop_test.cpp244 EXPECT_EQ(dragEvent.useCustomDropAnimation, true);
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/event/
H A Ddrag_and_drop_impl.cpp331 dragEvent->useCustomDropAnimation = disable; in OH_ArkUI_DragEvent_DisableDefaultDropAnimation()
/ohos5.0/docs/en/application-dev/faqs/
H A Dfaqs-arkui-animation-interactive-event.md338 dragEvent.useCustomDropAnimation = true;
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-events-drag-drop.md185 | useCustomDropAnimation<sup>10+</sup> | boolean | Whether to use the custom drop animation when th…
428 event.useCustomDropAnimation = false;
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Darkts-common-events-drag-event.md58 | useCustomDropAnimation |—|—|—|—| 支持 |
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v4.0-beta2/
H A Djs-apidiff-arkui.md226 …|类名:DragEvent;<br>方法or属性:useCustomDropAnimation: boolean;<br>旧版本信息:crossplatform|类名:DragEvent;<br>…
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-common-events-drag-event.md58 | useCustomDropAnimation |—|—|—|—| Supported|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v4.0-beta2/
H A Djs-apidiff-arkui.md226 …: useCustomDropAnimation: boolean;<br>Old version information: crossplatform|Class name: DragEvent…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-arkui.md165 |新增|NA|类名:DragEvent<br>方法or属性:useCustomDropAnimation: boolean;|common.d.ts|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-arkui.md165 |Added|NA|Class name: DragEvent<br>Method or attribute name: useCustomDropAnimation: boolean;|commo…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h260 bool useCustomDropAnimation; member