Lines Matching refs:handle

6735 * @param handle Indicates the target component adapter.
6738 void OH_ArkUI_NodeAdapter_Dispose(ArkUI_NodeAdapterHandle handle);
6743 * @param handle Indicates the target component adapter.
6750 int32_t OH_ArkUI_NodeAdapter_SetTotalNodeCount(ArkUI_NodeAdapterHandle handle, uint32_t size);
6755 * @param handle Indicates the target component adapter.
6759 uint32_t OH_ArkUI_NodeAdapter_GetTotalNodeCount(ArkUI_NodeAdapterHandle handle);
6764 * @param handle Indicates the target component adapter.
6773 ArkUI_NodeAdapterHandle handle, void* userData, void (*receiver)(ArkUI_NodeAdapterEvent* event));
6778 * @param handle Indicates the target component adapter.
6781 void OH_ArkUI_NodeAdapter_UnregisterEventReceiver(ArkUI_NodeAdapterHandle handle);
6786 * @param handle Indicates the target component adapter.
6792 int32_t OH_ArkUI_NodeAdapter_ReloadAllItems(ArkUI_NodeAdapterHandle handle);
6797 * @param handle Indicates the target component adapter.
6806 ArkUI_NodeAdapterHandle handle, uint32_t startPosition, uint32_t itemCount);
6811 * @param handle Indicates the target component adapter.
6820 ArkUI_NodeAdapterHandle handle, uint32_t startPosition, uint32_t itemCount);
6825 * @param handle Indicates the target component adapter.
6834 ArkUI_NodeAdapterHandle handle, uint32_t startPosition, uint32_t itemCount);
6839 * @param handle Indicates the target component adapter.
6847 int32_t OH_ArkUI_NodeAdapter_MoveItem(ArkUI_NodeAdapterHandle handle, uint32_t from, uint32_t to);
6855 * @param handle Indicates the target component adapter.
6863 int32_t OH_ArkUI_NodeAdapter_GetAllItems(ArkUI_NodeAdapterHandle handle, ArkUI_NodeHandle** items, uint32_t* size);
7639 * @param size The drawing area size of the component handle, in px.
7652 * @param localOffset The offset value of the component handle relative to the parent component, in px.
7665 * @param globalOffset The offset value of the component handle relative to the window, in px.
7678 * @param screenOffset The offset value of the component handle relative to the screen, in px.
7690 * @param translateOffset The cumulative offset value of the component handle itself,
7703 * @param translateOffset The cumulative offset value of the component handle itself,