Searched refs:useCustomDropAnimation (Results 1 – 14 of 14) sorted by relevance
185 | useCustomDropAnimation<sup>10+</sup> | boolean | 当拖拽结束时,是否使能并使用系统默认落位动效。<br/>应用可将该值设定为true来禁用系统默认…415 event.useCustomDropAnimation = false;
338 dragEvent.useCustomDropAnimation = true;
146 info->UseCustomAnimation(event.dragEvent.useCustomDropAnimation); in SetOnDragDrop()
244 EXPECT_EQ(dragEvent.useCustomDropAnimation, true);
331 dragEvent->useCustomDropAnimation = disable; in OH_ArkUI_DragEvent_DisableDefaultDropAnimation()
185 | useCustomDropAnimation<sup>10+</sup> | boolean | Whether to use the custom drop animation when th…428 event.useCustomDropAnimation = false;
58 | useCustomDropAnimation |—|—|—|—| 支持 |
226 …|类名:DragEvent;<br>方法or属性:useCustomDropAnimation: boolean;<br>旧版本信息:crossplatform|类名:DragEvent;<br>…
58 | useCustomDropAnimation |—|—|—|—| Supported|
226 …: useCustomDropAnimation: boolean;<br>Old version information: crossplatform|Class name: DragEvent…
165 |新增|NA|类名:DragEvent<br>方法or属性:useCustomDropAnimation: boolean;|common.d.ts|
165 |Added|NA|Class name: DragEvent<br>Method or attribute name: useCustomDropAnimation: boolean;|commo…
260 bool useCustomDropAnimation; member