/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/ |
H A D | drag_drop_proxy.h | 31 DROP, enumerator
|
H A D | drag_drop_manager.cpp | 729 NotifyDragFrameNode(point, DragEventType::DROP, dragDropRet.result); in ResetDragDropStatus() 981 auto extraParams = eventHub->GetDragExtraParams(extraInfo_, point, DragEventType::DROP); in OnDragDrop() 1013 NotifyDragFrameNode(point, DragEventType::DROP, event->GetResult()); in OnDragDrop() 1117 case DragEventType::DROP: { in FireOnDragEventWithDragType() 1515 if (dragEventType != DragEventType::DROP) { in UpdateNotifyDragEvent()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/sink/ |
H A D | subtitle_sink.cpp | 287 if (actionToDo == SubtitleBufferState::DROP) { in RenderLoop() 326 return SubtitleBufferState::DROP; in ActionToDo()
|
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/ |
H A D | subtitle_sink.h | 95 DROP, enumerator
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | arkts-common-events-drag-event.md | 36 …agevent)中的setResult方法来影响系统在部分场景下的外观表现<br>1. 设置DragResult.DROP\_ENABLED。<br>2. 设置DragResult.DROP\_D… 38 … 设置DragResult.DRAG\_CANCELED,系统也不需要进行数据处理。<br>4. 设置DragResult.DROP\_ENABLED或DragResult.DROP\_DISAB…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_event_hub.h | 169 if (drag == DragEventType::DROP || drag == DragEventType::MOVE) { in GetDragExtraParams()
|
/ohos5.0/docs/zh-cn/application-dev/database/ |
H A D | data-persistence-by-rdb-store.md | 114 … (store as relationalStore.RdbStore).executeSql('ALTER TABLE EMPLOYEE DROP COLUMN ADDRESS TEXT'); 166 store.executeSql('ALTER TABLE EMPLOYEE DROP COLUMN ADDRESS TEXT');
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_base_testone_ng.cpp | 506 jsonStr = eventHub->GetDragExtraParams("info", Point(0, 250.f), DragEventType::DROP); 515 jsonStr = eventHub->GetDragExtraParams("", Point(0, 250.f), DragEventType::DROP); 523 jsonStr = eventHub->GetDragExtraParams("", Point(0, 250.f), DragEventType::DROP);
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkts-common-events-drag-event.md | 36 … appearance in some scenarios.<br>1. Set **DragResult.DROP\_ENABLED**.<br>2. Set **DragResult.DROP… 38 …tem does not process the data.<br>4. Setting **DragResult.DROP\_ENABLED** or **DragResult.DROP\_DI…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_event_hub.cpp | 550 if (type == DragEventType::DROP && timestamp_ != 0 && pattern->GetTimestamp() == timestamp_) { in GetDragExtraParams()
|
H A D | rich_editor_pattern.cpp | 8938 case DragEventType::DROP: in OnBackPressed()
|
/ohos5.0/docs/en/application-dev/database/ |
H A D | data-persistence-by-rdb-store.md | 109 … (store as relationalStore.RdbStore).executeSql('ALTER TABLE EMPLOYEE DROP COLUMN ADDRESS TEXT'); 161 store.executeSql('ALTER TABLE EMPLOYEE DROP COLUMN ADDRESS TEXT');
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_select_overlay.cpp | 516 isStopAutoScroll ? DragEventType::DROP : DragEventType::MOVE, notifyDragEvent); in TriggerScrollableParentToScroll()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/ |
H A D | drag_drop_manager_test_ng_new.cpp | 814 dragDropManager->FireOnDragEvent(frameNode, point, DragEventType::DROP, EXTRA_INFO); 889 dragDropManager->FireOnDragEvent(frameNode, point, DragEventType::DROP, EXTRA_INFO);
|
H A D | drag_drop_manager_test_ng.cpp | 832 dragDropManager->FireOnDragEvent(frameNode, point, DragEventType::DROP, EXTRA_INFO);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable_pattern.cpp | 2969 case DragEventType::DROP: in HandleHotZone()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/ |
H A D | js-apis-data-relationalStore.md | 4446 const SQL_DROP_TABLE = 'DROP TABLE test'; 4614 const SQL_DROP_TABLE = 'DROP TABLE test';
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | js-apis-data-relationalStore.md | 4419 const SQL_DROP_TABLE = 'DROP TABLE test'; 4587 const SQL_DROP_TABLE = 'DROP TABLE test';
|