Lines Matching full:param
6260 * @param event Indicates the pointer to the component event.
6272 * @param event Indicates the pointer to the component event.
6281 * @param event Indicates the pointer to the component event.
6290 * @param event Indicates the pointer to the component event.
6299 * @param event Indicates the pointer to the component event.
6308 * @param event Indicates the pointer to the component event.
6320 * @param event Indicates the pointer to the component event.
6329 * @param event 组件事件指针。
6330 * @param index 返回值索引。
6331 * @param value 具体返回值。
6343 * @param event 组件事件指针。
6344 * @param index 返回值索引。
6345 * @param string 字符串数组的指针。
6346 * @param stringSize 字符串数组的长度。
6358 * @param event 组件事件指针。
6359 * @param value 事件数字类型数组。
6360 * @param size 数组长度。
6454 * @param handle Indicates the target component adapter.
6462 * @param handle Indicates the target component adapter.
6463 * @param size Indicates the number of elements.
6474 * @param handle Indicates the target component adapter.
6483 * @param handle Indicates the target component adapter.
6484 * @param userData Indicates custom data.
6485 * @param receiver Indicates the event receiver callback.
6497 * @param handle Indicates the target component adapter.
6505 * @param handle Indicates the target component adapter.
6516 * @param handle Indicates the target component adapter.
6517 * @param startPosition Indicates the start position of the elements to reload.
6518 * @param itemCount Indicates the number of the elements to reload.
6529 * @param handle Indicates the target component adapter.
6530 * @param startPosition Indicates the start position of the elements to remove.
6531 * @param itemCount Indicates the number of the elements to remove.
6542 * @param handle Indicates the target component adapter.
6543 * @param startPosition Indicates the start position of the elements to insert.
6544 * @param itemCount Indicates the number of the elements to insert.
6555 * @param handle Indicates the target component adapter.
6556 * @param from Indicates the start position of the elements to move.
6557 * @param to Indicates the end position of the elements to move.
6571 * @param handle Indicates the target component adapter.
6572 * @param items Indicates the pointer to the array of the elements in the adapter.
6573 * @param size Indicates the number of elements.
6584 * @param event Indicates the target adapter event.
6592 * @param event Indicates the target adapter event.
6601 * @param event Indicates the target adapter event.
6610 * @param event Indicates the target adapter event.
6619 * @param event Indicates the target adapter event.
6630 * @param event Indicates the target adapter event.
6631 * @param node Indicates the component to be added.
6642 * @param event Indicates the target adapter event.
6643 * @param id Indicates the component ID to set.
6666 * @param type Indicates the type of component to create.
6674 * @param node Indicates the pointer.
6681 * @param parent Indicates the pointer to the parent node.
6682 * @param child Indicates the pointer to the child node.
6695 * @param parent Indicates the pointer to the parent node.
6696 * @param child Indicates the pointer to the child node.
6709 * @param parent Indicates the pointer to the parent node.
6710 * @param child Indicates the pointer to the child node.
6711 * @param sibling Indicates the pointer to the sibling node after which the target node is to be inserted.
6725 * @param parent Indicates the pointer to the parent node.
6726 * @param child Indicates the pointer to the child node.
6727 * @param sibling Indicates the pointer to the sibling node before which the target node is to be inserted.
6741 * @param parent Indicates the pointer to the parent node.
6742 * @param child Indicates the pointer to the child node.
6743 * @param position Indicates the position to which the target child node is to be inserted. If the value is a
6757 * @param node Indicates the node whose attribute needs to be set.
6758 * @param attribute Indicates the type of attribute to set.
6759 * @param item Indicates the attribute value.
6778 * @param node Indicates the node whose attribute needs to be obtained.
6779 * @param attribute Indicates the type of attribute to obtain.
6787 * @param node Indicates the node whose attribute needs to be reset.
6788 * @param attribute Indicates the type of attribute to reset.
6803 * @param node Indicates the target node.
6804 * @param eventType Indicates the type of event to register.
6805 * @param targetId Indicates the custom event ID, which is passed in the callback of {@link ArkUI_NodeEvent}
6807 * @param userData Indicates the custom event parameter, which is passed in the callback of {@link ArkUI_NodeEvent}
6824 * @param node Indicates the target node.
6825 * @param eventType Indicates the type of event to unregister.
6839 * @param eventReceiver Indicates the event receiver to register.
6855 * @param node Indicates the node for which you want to mark as dirty area.
6856 * @param dirtyFlag Indicates type of dirty area.
6863 * @param node Indicates the target node.
6873 * @param node Indicates the target node.
6874 * @param position Indicates the position of the subnode.
6882 * @param node Indicates the target node.
6892 * @param node Indicates the target node.
6900 * @param node Indicates the target node.
6908 * @param node Indicates the target node.
6917 * @param node Indicates the target node.
6918 * @param eventType Indicates the type of event to register.
6919 * @param targetId Indicates the custom event ID, which is passed in the callback of {@link ArkUI_NodeCustomEvent}
6921 * @param userData Indicates the custom event parameter, which is passed in the callback of
6935 * @param node Indicates the target node.
6936 * @param eventType Indicates the type of event to unregister.
6950 * @param eventReceiver Indicates the event receiver to register.
6963 * @param node Indicates the target node.
6964 * @param width Indicates the width.
6965 * @param height Indicates the height.
6975 * @param node Indicates the target node.
6976 * @param positionX Indicates the X coordinate.
6977 * @param positionY Indicates the Y coordinate.
6987 * @param node Indicates the target node.
6995 * @param node Indicates the target node.
7003 * @param node Indicates the target node.
7004 * @param Constraint Indicates the size constraint.
7014 * @param node Indicates the target node.
7015 * @param positionX Indicates the X coordinate.
7016 * @param positionY Indicates the Y coordinate.
7034 * @param node Indicates the component for which you want to add the event callback function.
7035 * @param eventReceiver Indicates the component event callback function to add.
7045 * @param node Indicates the component from which you want to remove the event callback function.
7046 * @param eventReceiver Indicates the component event callback function to remove.
7064 * @param node Indicates the component for which you want to add the custom event callback function.
7065 * @param eventReceiver Indicates the custom event callback function to add.
7075 * @param node Indicates the component from which you want to remove the custom event callback function.
7076 * @param eventReceiver Indicates the custom event callback function to remove.
7087 * @param node Indicates the component on which the custom data will be saved.
7088 * @param userData Indicates the custom data to be saved.
7098 * @param node Indicates the target component.
7106 * @param node Indicates the component for which you want to set the unit.
7107 * @param unit Indicates the unit, which is an enumerated value of {@link ArkUI_LengthMetricUnit}.
7117 * @param node Indicates the target node.
7125 * @param parent 目标节点对象。
7135 * @param event Indicates the pointer to the custom component event.
7145 * @param event Indicates the pointer to the custom component event.
7154 * @param event Indicates the pointer to the custom component event.
7163 * @param event Indicates the pointer to the custom component event.
7172 * @param event Indicates the pointer to the custom component event.
7181 * @param event Indicates the pointer to the custom component event.
7190 * @param event Indicates the pointer to the custom component event.
7199 * @param event 自定义组件事件。
7200 * @param info 需要获取的测量信息。
7212 * @param event 自定义组件事件。
7213 * @param metrics 需要获取的度量指标信息。
7225 * @param event 自定义组件事件。
7226 * @param event 需要获取的绘制信息。
7238 * @param content Indicates the pointer to the node content instance.
7239 * @param node Indicates the pointer to the node.
7249 * @param content Indicates the pointer to the node content instance.
7250 * @param node Indicates the pointer to the node.
7260 * @param content Indicates the pointer to the node content.
7261 * @param node Indicates the pointer to the node.
7297 * @param content Indicates the <b>ArkUI_NodeContentHandle</b> instance.
7298 * @param callback Indicates the callback of <b>ArkUI_NodeContentHandle</b>
7307 * @param event Indicates the pointer to the node content.
7316 * @param event Indicates the pointer to the node content event.
7325 * @param content Indicates the node content on which the custom data will be saved.
7326 * @param userData Indicates the custom data to be saved.
7337 * @param content Indicates the target node content.
7347 * @param node ArkUI_NodeHandle pointer.
7348 * @param size The drawing area size of the component handle, in px.
7360 * @param node ArkUI_NodeHandle pointer.
7361 * @param localOffset The offset value of the component handle relative to the parent component, in px.
7373 * @param node ArkUI_NodeHandle pointer.
7374 * @param globalOffset The offset value of the component handle relative to the window, in px.
7386 * @param node ArkUI_NodeHandle pointer.
7387 * @param screenOffset The offset value of the component handle relative to the screen, in px.
7398 * @param node ArkUI_NodeHandle pointer.
7399 * @param translateOffset The cumulative offset value of the component handle itself,
7411 * @param node ArkUI_NodeHandle pointer.
7412 * @param translateOffset The cumulative offset value of the component handle itself,
7424 * @param node ArkUI_NodeHandle pointer.
7425 * @param name The name of the custom property. Passing null pointers is not allowed.
7426 * @param value The value of the custom property. Passing null pointers is not allowed.
7434 * @param node ArkUI_NodeHandle pointer.
7435 * @param name The name of the custom property.
7443 * @param node Indicates the target node.
7444 * @param userData Indicates the custom data to be saved.
7445 * @param onFinish Callback Events.
7458 * @param node The node.
7469 * @param node Indicates the target node.
7470 * @param userData Indicates the custom data to be saved.
7471 * @param onColorModeChange Callback Events.
7484 * @param node Indicates the target node.
7493 * @param node Indicates the target node.
7494 * @param userData Indicates the custom data to be saved.
7495 * @param onFontStyleChange Callback Events.
7508 * @param node Indicates the target node.
7516 * @param event Indicates a pointer to the current system font change event.
7526 * @param event Indicates a pointer to the current system font change event.