Home
last modified time | relevance | path

Searched refs:subKind (Results 1 - 25 of 35) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_api.cpp714 unsigned int subKind = kind % ARKUI_MAX_EVENT_NUM; in NotifyComponentAsyncEvent() local
719 if (subKind >= sizeof(commonNodeAsyncEventHandlers) / sizeof(ComponentAsyncEventHandler)) { in NotifyComponentAsyncEvent()
723 eventHandle = commonNodeAsyncEventHandlers[subKind]; in NotifyComponentAsyncEvent()
727 if (subKind >= sizeof(imageNodeAsyncEventHandlers) / sizeof(ComponentAsyncEventHandler)) { in NotifyComponentAsyncEvent()
731 eventHandle = imageNodeAsyncEventHandlers[subKind]; in NotifyComponentAsyncEvent()
735 if (subKind >= sizeof(IMAGE_SPAN_NODE_ASYNC_EVENT_HANDLERS) / sizeof(ComponentAsyncEventHandler)) { in NotifyComponentAsyncEvent()
739 eventHandle = IMAGE_SPAN_NODE_ASYNC_EVENT_HANDLERS[subKind]; in NotifyComponentAsyncEvent()
744 if (subKind >= sizeof(scrollNodeAsyncEventHandlers) / sizeof(ComponentAsyncEventHandler)) { in NotifyComponentAsyncEvent()
748 eventHandle = scrollNodeAsyncEventHandlers[subKind]; in NotifyComponentAsyncEvent()
753 if (subKind > in NotifyComponentAsyncEvent()
962 unsigned int subKind = kind % ARKUI_MAX_EVENT_NUM; NotifyResetComponentAsyncEvent() local
[all...]
H A Dnode_refresh_modifier.cpp145 event.componentAsyncEvent.subKind = ON_REFRESH_STATE_CHANGE; in SetRefreshOnStateChange()
160 event.componentAsyncEvent.subKind = ON_REFRESH_REFRESHING; in SetOnRefreshing()
174 event.componentAsyncEvent.subKind = ON_REFRESH_ON_OFFSET_CHANGE; in SetRefreshOnOffsetChange()
189 event.componentAsyncEvent.subKind = ON_REFRESH_CHANGE_EVENT; in SetRefreshChangeEvent()
H A Dnode_drag_modifier.cpp96 event.dragEvent.subKind = ON_DRAG_DROP; in SetOnDragDrop()
129 event.dragEvent.subKind = ON_DRAG_START; in SetOnDragStart()
160 event.dragEvent.subKind = ON_DRAG_ENTER; in SetOnDragEnter()
192 event.dragEvent.subKind = ON_DRAG_MOVE; in SetOnDragMove()
223 event.dragEvent.subKind = ON_DRAG_LEAVE; in SetOnDragLeave()
254 event.dragEvent.subKind = ON_DRAG_END; in SetOnDragEnd()
297 event.componentAsyncEvent.subKind = ON_PRE_DRAG; in SetOnPreDrag()
H A Dnode_canvas_modifier.cpp28 event.componentAsyncEvent.subKind = ON_CANVAS_READY; in SetCanvasOnReady()
H A Dimage_animator_modifier.cpp331 event.componentAsyncEvent.subKind = ON_IMAGE_ANIMATOR_ON_START; in SetImageAnimatorOnStart()
345 event.componentAsyncEvent.subKind = ON_IMAGE_ANIMATOR_ON_PAUSE; in SetImageAnimatorOnPause()
359 event.componentAsyncEvent.subKind = ON_IMAGE_ANIMATOR_ON_REPEAT; in SetImageAnimatorOnRepeat()
373 event.componentAsyncEvent.subKind = ON_IMAGE_ANIMATOR_ON_CANCEL; in SetImageAnimatorOnCancel()
387 event.componentAsyncEvent.subKind = ON_IMAGE_ANIMATOR_ON_FINISH; in SetImageAnimatorOnFinish()
H A Dnode_list_modifier.cpp721 event.componentAsyncEvent.subKind = ON_LIST_SCROLL; in SetOnListScroll()
740 event.componentAsyncEvent.subKind = ON_LIST_SCROLL_FRAME_BEGIN; in SetOnListScrollFrameBegin()
759 event.componentAsyncEvent.subKind = ON_LIST_SCROLL_START; in SetOnListScrollStart()
774 event.componentAsyncEvent.subKind = ON_LIST_SCROLL_STOP; in SetOnListScrollStop()
792 event.componentAsyncEvent.subKind = ON_LIST_WILL_SCROLL; in SetOnListWillScroll()
815 event.componentAsyncEvent.subKind = ON_LIST_DID_SCROLL; in SetOnListDidScroll()
833 event.componentAsyncEvent.subKind = ON_LIST_SCROLL_INDEX; in SetOnListScrollIndex()
850 event.componentAsyncEvent.subKind = ON_LIST_REACH_START; in SetOnListReachStart()
864 event.componentAsyncEvent.subKind = ON_LIST_REACH_END; in SetOnListReachEnd()
H A Dnode_scroll_modifier.cpp663 event.componentAsyncEvent.subKind = ON_SCROLL; in SetOnScroll()
682 event.componentAsyncEvent.subKind = ON_SCROLL_FRAME_BEGIN; in SetOnScrollFrameBegin()
703 event.componentAsyncEvent.subKind = ON_SCROLL_WILL_SCROLL; in SetScrollOnWillScroll()
738 event.componentAsyncEvent.subKind = ON_SCROLL_DID_SCROLL; in SetScrollOnDidScroll()
762 event.componentAsyncEvent.subKind = ON_SCROLL_START; in SetOnScrollStart()
777 event.componentAsyncEvent.subKind = ON_SCROLL_STOP; in SetOnScrollStop()
792 event.componentAsyncEvent.subKind = ON_SCROLL_EDGE; in SetOnScrollEdge()
806 event.componentAsyncEvent.subKind = ON_SCROLL_REACH_START; in SetOnScrollReachStart()
820 event.componentAsyncEvent.subKind = ON_SCROLL_REACH_END; in SetOnScrollReachEnd()
H A Dwater_flow_modifier.cpp705 event.componentAsyncEvent.subKind = ON_WATER_FLOW_WILL_SCROLL; in SetOnWillScroll()
726 event.componentAsyncEvent.subKind = ON_WATER_FLOW_REACH_END; in SetOnWaterFlowReachEnd()
742 event.componentAsyncEvent.subKind = ON_WATER_FLOW_DID_SCROLL; in SetOnDidScroll()
760 event.componentAsyncEvent.subKind = ON_WATER_FLOW_SCROLL_START; in SetOnWaterFlowScrollStart()
775 event.componentAsyncEvent.subKind = ON_WATER_FLOW_SCROLL_STOP; in SetOnWaterFlowScrollStop()
792 event.componentAsyncEvent.subKind = ON_WATER_FLOW_SCROLL_FRAME_BEGIN; in SetOnWaterFlowScrollFrameBegin()
814 event.componentAsyncEvent.subKind = ON_WATER_FLOW_SCROLL_INDEX; in SetOnWaterFlowScrollIndex()
830 event.componentAsyncEvent.subKind = ON_WATER_FLOW_REACH_START; in SetOnWaterFlowReachStart()
H A Dalphabet_indexer_modifier.cpp593 event.componentAsyncEvent.subKind = ON_ALPHABET_INDEXER_SELECTED; in SetOnIndexerSelected()
608 event.componentAsyncEvent.subKind = ON_ALPHABET_INDEXER_REQUEST_POPUP_DATA; in SetOnIndexerRequestPopupData()
634 event.componentAsyncEvent.subKind = ON_ALPHABET_INDEXER_POPUP_SELECTED; in SetOnIndexerPopupSelected()
649 event.componentAsyncEvent.subKind = ON_ALPHABET_INDEXER_CHANGE_EVENT; in SetIndexerChangeEvent()
664 event.componentAsyncEvent.subKind = ON_ALPHABET_INDEXER_CREAT_CHANGE_EVENT; in SetIndexerCreatChangeEvent()
H A Dnode_text_input_modifier.cpp1950 event.textInputEvent.subKind = ON_TEXT_INPUT_CHANGE; in SetOnTextInputChange()
1965 event.componentAsyncEvent.subKind = ON_TEXT_INPUT_SUBMIT; in SetTextInputOnSubmit()
1980 event.textInputEvent.subKind = ON_TEXT_INPUT_CUT; in SetOnTextInputCut()
1995 event.textInputEvent.subKind = ON_TEXT_INPUT_PASTE; in SetOnTextInputPaste()
2010 event.componentAsyncEvent.subKind = ON_TEXT_INPUT_TEXT_SELECTION_CHANGE; in SetOnTextInputSelectionChange()
2026 event.componentAsyncEvent.subKind = ON_TEXT_INPUT_EDIT_CHANGE; in SetOnTextInputEditChange()
2041 event.componentAsyncEvent.subKind = ON_TEXT_INPUT_CONTENT_SIZE_CHANGE; in SetOnTextInputContentSizeChange()
2061 event.textInputEvent.subKind = ON_TEXT_INPUT_INPUT_FILTER_ERROR; in SetOnTextInputInputFilterError()
2076 event.componentAsyncEvent.subKind = ON_TEXT_INPUT_CONTENT_SCROLL; in SetTextInputOnTextContentScroll()
2092 event.mixedEvent.subKind in SetTextInputOnWillInsert()
[all...]
H A Dnode_text_area_modifier.cpp1759 event.textInputEvent.subKind = ON_TEXTAREA_CHANGE; in SetOnTextAreaChange()
1774 event.textInputEvent.subKind = ON_TEXTAREA_PASTE; in SetOnTextAreaPaste()
1789 event.componentAsyncEvent.subKind = ON_TEXTAREA_TEXT_SELECTION_CHANGE; in SetOnTextAreaSelectionChange()
1805 event.componentAsyncEvent.subKind = ON_TEXTAREA_EDIT_CHANGE; in SetOnTextAreaEditChange()
1820 event.componentAsyncEvent.subKind = ON_TEXTAREA_CONTENT_SIZE_CHANGE; in SetOnTextAreaContentSizeChange()
1840 event.textInputEvent.subKind = ON_TEXT_AREA_INPUT_FILTER_ERROR; in SetOnTextAreaInputFilterError()
1855 event.componentAsyncEvent.subKind = ON_TEXT_AREA_CONTENT_SCROLL; in SetTextAreaOnTextContentScroll()
1871 event.componentAsyncEvent.subKind = ON_TEXTAREA_ON_SUBMIT; in SetTextAreaOnSubmit()
1887 event.mixedEvent.subKind = ON_TEXT_AREA_WILL_INSERT; in SetTextAreaOnWillInsertValue()
1906 event.mixedEvent.subKind in SetTextAreaOnDidInsertValue()
[all...]
H A Dnode_list_item_modifier.cpp143 event.componentAsyncEvent.subKind = ON_LIST_ITEM_SELECTED; in SetListItemOnSelect()
H A Dsearch_modifier.cpp915 event.textInputEvent.subKind = ON_SEARCH_SUBMIT; in SetOnSearchSubmit()
930 event.textInputEvent.subKind = ON_SEARCH_CHANGE; in SetOnSearchChange()
945 event.textInputEvent.subKind = ON_SEARCH_COPY; in SetOnSearchCopy()
960 event.textInputEvent.subKind = ON_SEARCH_CUT; in SetOnSearchCut()
975 event.textInputEvent.subKind = ON_SEARCH_PASTE; in SetOnSearchPaste()
H A Dnode_image_span_modifier.cpp269 event.componentAsyncEvent.subKind = ON_IMAGE_SPAN_COMPLETE; in SetImageSpanOnCompleteEvent()
292 event.componentAsyncEvent.subKind = ON_IMAGE_SPAN_ERROR; in SetImageSpanOnErrorEvent()
H A Dnode_image_modifier.cpp973 event.componentAsyncEvent.subKind = ON_IMAGE_COMPLETE; in SetImageOnComplete()
996 event.componentAsyncEvent.subKind = ON_IMAGE_ERROR; in SetImageOnError()
1011 event.componentAsyncEvent.subKind = ON_IMAGE_SVG_PLAY_FINISH; in SetImageOnSvgPlayFinish()
1025 event.componentAsyncEvent.subKind = ON_IMAGE_DOWNLOAD_PROGRESS; in SetImageOnDownloadProgress()
H A Dnode_swiper_modifier.cpp1196 event.componentAsyncEvent.subKind = ON_SWIPER_CHANGE; in SetSwiperChange()
1211 event.componentAsyncEvent.subKind = ON_SWIPER_ANIMATION_START; in SetSwiperAnimationStart()
1230 event.componentAsyncEvent.subKind = ON_SWIPER_ANIMATION_END; in SetSwiperAnimationEnd()
1246 event.componentAsyncEvent.subKind = ON_SWIPER_GESTURE_SWIPE; in SetSwiperGestureSwipe()
1264 event.componentAsyncEvent.subKind = ON_SWIPER_DID_CONTENT_SCROLL; in SetSwiperOnContentDidScroll()
H A Dradio_modifier.cpp344 event.componentAsyncEvent.subKind = ON_RADIO_CHANGE; in SetOnRadioChange()
H A Dnode_checkbox_modifier.cpp322 event.componentAsyncEvent.subKind = ON_CHECKBOX_CHANGE; in SetCheckboxChange()
H A Dnode_toggle_modifier.cpp422 event.componentAsyncEvent.subKind = ON_TOGGLE_CHANGE; in SetOnToggleChange()
H A Dnode_timepicker_modifier.cpp394 event.componentAsyncEvent.subKind = ON_TIME_PICKER_CHANGE; in SetTimePickerOnChange()
H A Dcalendar_picker_modifier.cpp379 event.componentAsyncEvent.subKind = ON_CALENDAR_PICKER_CHANGE; in SetCalendarPickerOnChange()
H A Dnode_gesture_modifier.cpp368 eventData.gestureAsyncEvent.subKind = ON_ACTION_CANCEL; in setCancelActionFunc()
422 eventData.gestureAsyncEvent.subKind = eventKind; in SendGestureEvent()
/foundation/arkui/ace_engine/interfaces/native/node/
H A Devent_converter.cpp570 ArkUIEventSubKind subKind = static_cast<ArkUIEventSubKind>(origin->componentAsyncEvent.subKind); in ConvertEvent() local
571 event->kind = ConvertToNodeEventType(subKind); in ConvertEvent()
576 ArkUIEventSubKind subKind = static_cast<ArkUIEventSubKind>(origin->textInputEvent.subKind); in ConvertEvent() local
577 event->kind = ConvertToNodeEventType(subKind); in ConvertEvent()
582 ArkUIEventSubKind subKind = static_cast<ArkUIEventSubKind>(origin->touchEvent.subKind); in ConvertEvent() local
583 event->kind = ConvertToNodeEventType(subKind); in ConvertEvent()
588 ArkUIEventSubKind subKind in ConvertEvent() local
594 ArkUIEventSubKind subKind = static_cast<ArkUIEventSubKind>(origin->mixedEvent.subKind); ConvertEvent() local
600 ArkUIEventSubKind subKind = static_cast<ArkUIEventSubKind>(origin->dragEvent.subKind); ConvertEvent() local
699 ArkUIEventSubKind subKind = static_cast<ArkUIEventSubKind>(origin->componentAsyncEvent.subKind); ConvertEvent() local
709 ArkUIEventSubKind subKind = static_cast<ArkUIEventSubKind>(origin->textInputEvent.subKind); ConvertEvent() local
[all...]
H A Dnode_model.cpp489 ArkUIEventSubKind subKind = static_cast<ArkUIEventSubKind>(-1); in GetNativeNodeEventType() local
492 subKind = static_cast<ArkUIEventSubKind>(innerEvent->componentAsyncEvent.subKind); in GetNativeNodeEventType()
495 subKind = static_cast<ArkUIEventSubKind>(innerEvent->textInputEvent.subKind); in GetNativeNodeEventType()
498 subKind = static_cast<ArkUIEventSubKind>(innerEvent->touchEvent.subKind); in GetNativeNodeEventType()
501 subKind = static_cast<ArkUIEventSubKind>(innerEvent->mouseEvent.subKind); in GetNativeNodeEventType()
504 subKind in GetNativeNodeEventType()
[all...]
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Ddrag_and_drop_test.cpp186 event.componentAsyncEvent.subKind = ON_PRE_DRAG; in HWTEST_F()

Completed in 38 milliseconds

12