Home
last modified time | relevance | path

Searched refs:ARKUI_DROP_OPERATION_MOVE (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/interfaces/native/
H A Ddrag_and_drop.h71 ARKUI_DROP_OPERATION_MOVE, enumerator
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Ddrag_and_drop_test.cpp643 dragEvent.dragBehavior = ArkUI_DropOperation::ARKUI_DROP_OPERATION_MOVE; in HWTEST_F()
652 EXPECT_EQ(operation, ArkUI_DropOperation::ARKUI_DROP_OPERATION_MOVE); in HWTEST_F()
/foundation/arkui/ace_engine/interfaces/native/event/
H A Ddrag_and_drop_impl.cpp562 dragEvent->dragBehavior <= static_cast<int32_t>(ArkUI_DropOperation::ARKUI_DROP_OPERATION_MOVE)) { in OH_ArkUI_DragEvent_GetDropOperation()

Completed in 4 milliseconds