Home
last modified time | relevance | path

Searched refs:DROP (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_proxy.h31 DROP, enumerator
H A Ddrag_drop_manager.cpp729 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 Dsubtitle_sink.cpp287 if (actionToDo == SubtitleBufferState::DROP) { in RenderLoop()
326 return SubtitleBufferState::DROP; in ActionToDo()
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Dsubtitle_sink.h95 DROP, enumerator
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Darkts-common-events-drag-event.md36 …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 Dlist_event_hub.h169 if (drag == DragEventType::DROP || drag == DragEventType::MOVE) { in GetDragExtraParams()
/ohos5.0/docs/zh-cn/application-dev/database/
H A Ddata-persistence-by-rdb-store.md114 … (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 Drich_editor_base_testone_ng.cpp506 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 Darkts-common-events-drag-event.md36 … 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 Drich_editor_event_hub.cpp550 if (type == DragEventType::DROP && timestamp_ != 0 && pattern->GetTimestamp() == timestamp_) { in GetDragExtraParams()
H A Drich_editor_pattern.cpp8938 case DragEventType::DROP: in OnBackPressed()
/ohos5.0/docs/en/application-dev/database/
H A Ddata-persistence-by-rdb-store.md109 … (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 Dtext_select_overlay.cpp516 isStopAutoScroll ? DragEventType::DROP : DragEventType::MOVE, notifyDragEvent); in TriggerScrollableParentToScroll()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Ddrag_drop_manager_test_ng_new.cpp814 dragDropManager->FireOnDragEvent(frameNode, point, DragEventType::DROP, EXTRA_INFO);
889 dragDropManager->FireOnDragEvent(frameNode, point, DragEventType::DROP, EXTRA_INFO);
H A Ddrag_drop_manager_test_ng.cpp832 dragDropManager->FireOnDragEvent(frameNode, point, DragEventType::DROP, EXTRA_INFO);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.cpp2969 case DragEventType::DROP: in HandleHotZone()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A Djs-apis-data-relationalStore.md4446 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 Djs-apis-data-relationalStore.md4419 const SQL_DROP_TABLE = 'DROP TABLE test';
4587 const SQL_DROP_TABLE = 'DROP TABLE test';