Lines Matching defs:data

377      * .value[0].i32: alignment mode. The data type is {@link ArkUI_Alignment}.
381 * .value[0].i32: alignment mode. The data type is {@link ArkUI_Alignment}. \n
885 * .data[0].f32: X coordinate of the touch point relative to the upper left corner of the component, in vp. \n
886 * .data[1].f32: Y coordinate of the touch point relative to the upper left corner of the component, in vp. \n
887 * .data[2].f32: width of the touch target, in %. \n
888 * .data[3].f32: height of the touch target, in %. \n
889 * .data[4...].f32: Multiple touch targets can be set. The sequence of the parameters is the same as the preceding.
892 * .data[0].f32: X coordinate of the touch point relative to the upper left corner of the component, in vp. \n
893 * .data[1].f32: Y coordinate of the touch point relative to the upper left corner of the component, in vp. \n
894 * .data[2].f32: width of the touch target, in %. \n
895 * .data[3].f32: height of the touch target, in %. \n
896 * .data[4...].f32: Multiple touch targets can be set. The sequence of the parameters is the same as the preceding.
2183 * .object indicates ArkUI_StyledString formatted string data. The parameter type is {@link ArkUI_StyledString}. \n
2186 * .object indicates ArkUI_StyledString formatted string data. The parameter type is {@link ArkUI_StyledString}. \n
3653 * @brief Defines the data selection range of the text picker.
3680 * @brief Defines the index of the default selected item in the data selection range of the text picker.
3778 * @brief Defines the index of the default selected item in the data selection range of the text picker.
3782 * .value[0...].i32: index of the default item in the data selection range.
4265 * .value[0].i32: alignment mode. The data type is {@link ArkUI_Alignment}.
4269 * .value[0].i32: alignment mode. The data type is {@link ArkUI_Alignment}. \n
4303 * .data[0].u32: color of the scrollbar, in 0xARGB format. \n
4306 * .data[0].u32: color of the scrollbar, in 0xARGB format. \n
5406 ArkUI_NumberValue data[MAX_COMPONENT_EVENT_ARG_NUM];
5459 * <b>ArkUI_NodeComponentEvent.data[0].f32</b>: original width of the target element, in vp.
5461 * <b>ArkUI_NodeComponentEvent.data[1].f32</b>: original height of the target element, in vp.
5463 * <b>ArkUI_NodeComponentEvent.data[2].f32</b>: original X coordinate of the target element's upper left corner
5465 * <b>ArkUI_NodeComponentEvent.data[3].f32</b>: original Y coordinate of the target element's upper left corner
5467 * <b>ArkUI_NodeComponentEvent.data[4].f32</b>: original X coordinate of the target element's upper left corner
5469 * <b>ArkUI_NodeComponentEvent.data[5].f32</b>: original Y coordinate of the target element's upper left corner
5471 * <b>ArkUI_NodeComponentEvent.data[6].f32</b>: new width of the target element, in vp. The value is a number. \n
5472 * <b>ArkUI_NodeComponentEvent.data[7].f32</b>: new height of the target element, in vp. The value is a number. \n
5473 * <b>ArkUI_NodeComponentEvent.data[8].f32</b>: new X coordinate of the target element's upper left corner relative
5475 * <b>ArkUI_NodeComponentEvent.data[9].f32</b>: new Y coordinate of the target element's upper left corner relative
5477 * <b>ArkUI_NodeComponentEvent.data[10].f32</b>: new X coordinate of the target element's upper left corner relative
5479 * <b>ArkUI_NodeComponentEvent.data[11].f32</b>: new Y coordinate of the target element's upper left corner relative
5508 * <b>ArkUI_NodeComponentEvent.data[0].f32</b>: X coordinate of the click relative to the upper left corner of the
5510 * <b>ArkUI_NodeComponentEvent.data[1].f32</b>: Y coordinate of the click relative to the upper left corner of the
5512 * <b>ArkUI_NodeComponentEvent.data[2].f32</b>: event timestamp. It is the interval between the time when the event
5514 * <b>ArkUI_NodeComponentEvent.data[3].i32</b>: event input device. The value <b>1</b> indicates the mouse,
5516 * <b>ArkUI_NodeComponentEvent.data[4].f32</b>: X coordinate of the click relative to the upper left corner of the
5518 * <b>ArkUI_NodeComponentEvent.data[5].f32</b>: Y coordinate of the click relative to the upper left corner of the
5520 * <b>ArkUI_NodeComponentEvent.data[6].f32</b>: X coordinate of the click relative to the upper left corner of the
5522 * <b>ArkUI_NodeComponentEvent.data[7].f32</b>: Y coordinate of the click relative to the upper left corner of the
5543 * <b>ArkUI_NodeComponentEvent.data[0].i32</b>: how the ratio of the component's visible area to its total area
5546 * <b>ArkUI_NodeComponentEvent.data[1].f32</b>: ratio of the component's visible area to its total area when this
5557 * <b>ArkUI_NodeComponentEvent.data[0].i32</b>: whether the mouse pointer is hovered over the component.
5598 * <b>ArkUI_NodeComponentEvent.data[0].u32</b>: accessibility action type,the union type is
5611 * <b>ArkUI_NodeComponentEvent.data[0].i32</b>: corresponds to {@link ArkUI_PreDragStatus}. \n
5648 * The component can obtain the drag data for processing through the callback.
5684 * <b>ArkUI_NodeComponentEvent.data[0].i32</b>: loading status. The value <b>0</b> indicates that the image is
5686 * <b>ArkUI_NodeComponentEvent.data[1].f32</b>: width of the image, in px. \n
5687 * <b>ArkUI_NodeComponentEvent.data[2].f32</b>: height of the image, in px. \n
5688 * <b>ArkUI_NodeComponentEvent.data[3].f32</b>: width of the component, in px. \n
5689 * <b>ArkUI_NodeComponentEvent.data[4].f32</b>: height of the component, in px. \n
5690 * <b>ArkUI_NodeComponentEvent.data[5].f32</b>: offset of the rendered content relative to the component on the
5692 * <b>ArkUI_NodeComponentEvent.data[6].f32</b>: offset of the rendered content relative to the component on the
5694 * <b>ArkUI_NodeComponentEvent.data[7].f32</b>: actual rendered width of the image, in px. \n
5695 * <b>ArkUI_NodeComponentEvent.data[8].f32</b>: actual rendered height of the image, in px. \n
5705 * <b>ArkUI_NodeComponentEvent.data[0].i32</b>error code:\n
5726 * <b>ArkUI_NodeComponentEvent.data[0].u32</b>: the num of bytes downloaded. \n
5727 * <b>ArkUI_NodeComponentEvent.data[1].u32</b>: the total number of bytes to download. \n
5737 * <b>ArkUI_NodeComponentEvent.data[0].i32</b>: toggle status. <b>1</b>: on; <b>0</b>: off.
5759 * <b>ArkUI_NodeComponentEvent.data[0].i32</b>: Enter key type of the input method.
5794 * <b>ArkUI_NodeComponentEvent.data[0].i32</b>: start position of the text selection area. \n
5795 * <b>ArkUI_NodeComponentEvent.data[1].i32</b>: end position of the text selection area. \n
5807 * <b>ArkUI_NodeComponentEvent.data[0].i32</b>: <b>true</b> indicates that text input is in progress. \n
5819 * <b>ArkUI_NodeComponentEvent.data[0].f32</b>: Indicates the width of the text. \n
5820 * <b>ArkUI_NodeComponentEvent.data[1].f32</b>: Indicates the height of the text. \n
5845 * <b>ArkUI_NodeComponentEvent.data[0].i32</b>: Indicates the horizontal offset of the text in the content area. \n
5846 * <b>ArkUI_NodeComponentEvent.data[1].i32</b>: Indicates the vertical coordinate offset of \n
5936 * <b>ArkUI_NodeComponentEvent.data[0].i32</b>: start position of the text selection area. \n
5937 * <b>ArkUI_NodeComponentEvent.data[1].i32</b>: end position of the text selection area. \n
5960 * <b>ArkUI_NodeComponentEvent.data[0].i32</b>: Indicates the horizontal offset of the text in the content area. \n
5961 * <b>ArkUI_NodeComponentEvent.data[1].i32</b>: Indicates the vertical coordinate offset of \n
5974 * <b>ArkUI_NodeComponentEvent.data[0].i32</b>: <b>true</b> indicates that text input is in progress. \n
5986 * <b>ArkUI_NodeComponentEvent.data[0].i32</b>: type of the Enter key.
5998 * <b>ArkUI_NodeComponentEvent.data[0].f32</b>: Indicates the width of the text. \n
5999 * <b>ArkUI_NodeComponentEvent.data[1].f32</b>: Indicates the height of the text. \n
6063 * <b>ArkUI_NodeComponentEvent.data[0].i32</b><b>1</b>: selected; <b>0</b>: not selected.\n
6074 * <b>ArkUI_NodeComponentEvent.data[0].i32</b>: year of the selected date. \n
6075 * <b>ArkUI_NodeComponentEvent.data[1].i32</b>: month of the selected date. Value range: [0-11]. \n
6076 * <b>ArkUI_NodeComponentEvent.data[2].i32</b>: day of the selected date. \n
6087 * <b>ArkUI_NodeComponentEvent.data[0].i32</b>: hour of the selected time. Value range: [0-23]. \n
6088 * <b>ArkUI_NodeComponentEvent.data[1].i32</b>: minute of the selected time. Value range: [0-59]. \n
6099 * <b>ArkUI_NodeComponentEvent.data[0...11].i32</b>: value of the selected item. \n
6108 * <b>ArkUI_NodeComponent.data[0].u32</b>: year of the selected date. \n
6109 * <b>ArkUI_NodeComponent.data[1].u32</b>: month of the selected date. \n
6110 * <b>ArkUI_NodeComponent.data[2].u32</b>: day of the selected date. \n
6120 * <b>ArkUI_NodeComponentEvent.data[0].f32</b>: current slider value. \n
6121 * <b>ArkUI_NodeComponentEvent.data[1].i32</b>: state triggered by the event.\n
6130 * ArkUI_NodeComponentEvent.data[0].i32: option button status. \n
6187 * <b>ArkUI_NodeComponentEvent.data[0].i32</b>: index of the currently displayed element. \n
6197 * <b>ArkUI_NodeComponentEvent.data[0].i32</b>: index of the currently displayed element. \n
6198 * <b>ArkUI_NodeComponentEvent.data[1].i32</b>: index of the target element to switch to. \n
6199 * <b>ArkUI_NodeComponentEvent.data[2].f32</b>: offset of the currently displayed element relative to the
6201 * <b>ArkUI_NodeComponentEvent.data[3].f32</b>: offset of the target element relative to the start position
6203 * <b>ArkUI_NodeComponentEvent.data[4].f32</b>: hands-off velocity. \n
6213 * <b>ArkUI_NodeComponentEvent.data[0].i32</b>: index of the currently displayed element. \n
6214 * <b>ArkUI_NodeComponentEvent.data[1].f32</b>: offset of the currently displayed element relative to the
6226 * <b>ArkUI_NodeComponentEvent.data[0].i32</b>: index of the currently displayed element. \n
6227 * <b>ArkUI_NodeComponentEvent.data[1].f32</b>: offset of the currently displayed element relative to the
6249 * <b>ArkUI_NodeComponentEvent.data[0].i32</b> : indicates the index of the Swiper component, \n
6251 * <b>ArkUI_NodeComponentEvent.data[1].i32</b> : The index of a page in the window. \n
6252 * <b>ArkUI_NodeComponentEvent.data[2].f32</b> : The proportion of page movement relative to \n
6254 * <b>ArkUI_NodeComponentEvent.data[3].f32</b> : The length of the page in the axis direction. \n
6269 * <b>ArkUI_NodeComponentEvent.data[0].f32</b>: horizontal scrolling offset. \n
6270 * <b>ArkUI_NodeComponentEvent.data[1].f32</b>: vertical scrolling offset. \n
6284 * <b>ArkUI_NodeComponentEvent.data[0].f32</b>: amount to scroll by. \n
6285 * <b>ArkUI_NodeComponentEvent.data[1].i32</b>: current scrolling state. \n
6287 * <b>ArkUI_NodeComponentEvent.data[0].f32</b>: The event handler can work out the amount by which the component
6303 * <b>ArkUI_NodeComponentEvent.data[0].f32</b>: The offset for each frame of scrolling is positive when scrolling to
6305 * <b>ArkUI_NodeComponentEvent.data[1].f32</b>: The offset of each frame scrolling, with a positive offset when
6307 * <b>ArkUI_NodeComponentEvent.data[2].i32</b>: Current sliding state, \n
6309 * <b>ArkUI_NodeComponentEvent.data[3].i32</b>: Current scroll source, \n
6325 * <b>ArkUI_NodeComponentEvent.data[0].f32</b>: The offset for each frame of scrolling is positive when scrolling to
6327 * <b>ArkUI_NodeComponentEvent.data[1].f32</b>: The offset of each frame scrolling, with a positive offset when
6329 * <b>ArkUI_NodeComponentEvent.data[2].i32</b>: Current sliding state, \n
6370 * <b>ArkUI_NodeComponentEvent.data[0].i32</b>: edge (top, bottom, left, or right) that the scrolling reaches. \n
6400 * ArkUI_NodeComponentEvent.data[0].i32: List Displays the index value of \n
6402 * ArkUI_NodeComponentEvent.data[1].i32: List Displays the index value of \n
6404 * ArkUI_NodeComponentEvent.data[2].i32: List Displays the index value of \n
6419 * ArkUI_NodeComponentEvent.data[0].f32: offset of each frame scrolling. \n
6422 * ArkUI_NodeComponentEvent.data[1].i32: Current sliding state. \n
6424 * <b>ArkUI_NodeComponentEvent.data[2].i32</b>: Current scroll source, \n
6439 * ArkUI_NodeComponentEvent.data[0].f32: offset of each frame scrolling. \n
6442 * ArkUI_NodeComponentEvent.data[1].i32: Current sliding state. \n
6452 * <b>ArkUI_NodeComponentEvent.data[0].i32</b>: refresh state. \n
6470 * <b>ArkUI_NodeComponentEvent.data[0].f32</b>: Pull-down distance. \n
6485 * ArkUI_NodeComponentEvent.data[0].f32: offset of each frame scrolling. \n
6488 * ArkUI_NodeComponentEvent.data[1].i32: Current sliding state. \n
6490 * <b>ArkUI_NodeComponentEvent.data[2].i32</b>: Current scroll source, \n
6505 * ArkUI_NodeComponentEvent.data[0].f32: offset of each frame scrolling. \n
6507 * ArkUI_NodeComponentEvent.data[1].i32: Current sliding state. \n
6519 * ArkUI_NodeComponentEvent.data[0].i32: The index value of the \n
6521 * ArkUI_NodeComponentEvent.data[1].i32: The index value of \n
6565 * @brief Obtains input event (for example, touch event) data for a component event.
6568 * @return Returns the pointer to the input event data.
6574 * @brief Obtains the numerical data in a component event.
6577 * @return Returns the pointer to the numerical data.
6583 * @brief Obtains the string data in a component event.
6586 * @return Returns the pointer to the string data.
6592 * @brief Obtains the custom data in a component event.
6598 * @return Returns the pointer to the custom data.
6613 * Returns {@link ARKUI_ERROR_CODE_NODE_EVENT_PARAM_INVALID} if the data does not exist in the component event.
6619 * @brief Obtains the string-type parameter of a component event. The string data is valid only during an event
6620 * callback. To use it outside an event callback, you are advised to copy the string data.
6630 * Returns {@link ARKUI_ERROR_CODE_NODE_EVENT_PARAM_INVALID} if the data does not exist in the component event.
6644 * Returns {@link ARKUI_ERROR_CODE_NODE_EVENT_PARAM_INVALID} if data does not exist in the component event.
6765 * @param userData Indicates custom data.
6852 * This API returns the pointer to the array of the elements. You need to manually release the memory data
6866 * @brief Obtains the custom data passed in during registration of the specified event.
7119 * Do not directly save the <b>ArkUI_NodeEvent</b> object pointer. The data will be destroyed after the
7226 * The data will be destroyed after the callback is complete. \n
7313 * The data will be destroyed after the callback is complete. \n
7343 * The data will be destroyed after the callback is complete. \n
7366 * @brief Saves custom data on the specified component.
7368 * @param node Indicates the component on which the custom data will be saved.
7369 * @param userData Indicates the custom data to be saved.
7377 * @brief Obtains the custom data saved on the specified component.
7380 * @return Returns the custom data.
7577 * @brief Saves custom data on the specified node content.
7579 * @param content Indicates the node content on which the custom data will be saved.
7580 * @param userData Indicates the custom data to be saved.
7589 * @brief Obtains the custom data saved on the specified node content.
7592 * @return Returns the custom data.
7760 * @param userData Indicates the custom data to be saved.
7784 * @param userData Indicates the custom data to be saved.