Lines Matching defs:data
375 * .value[0].i32: alignment mode. The data type is {@link ArkUI_Alignment}.
379 * .value[0].i32: alignment mode. The data type is {@link ArkUI_Alignment}. \n
570 * .data[0...15].f32: 16 floating-point numbers. \n
573 * .data[0...15].f32: 16 floating-point numbers. \n
874 * .data[0].f32: X coordinate of the touch point relative to the upper left corner of the component, in vp. \n
875 * .data[1].f32: Y coordinate of the touch point relative to the upper left corner of the component, in vp. \n
876 * .data[2].f32: width of the touch target, in %. \n
877 * .data[3].f32: height of the touch target, in %. \n
878 * .data[4...].f32: Multiple touch targets can be set. The sequence of the parameters is the same as the preceding.
881 * .data[0].f32: X coordinate of the touch point relative to the upper left corner of the component, in vp. \n
882 * .data[1].f32: Y coordinate of the touch point relative to the upper left corner of the component, in vp. \n
883 * .data[2].f32: width of the touch target, in %. \n
884 * .data[3].f32: height of the touch target, in %. \n
885 * .data[4...].f32: Multiple touch targets can be set. The sequence of the parameters is the same as the preceding.
2030 * .object indicates ArkUI_StyledString formatted string data. The parameter type is {@link ArkUI_StyledString}. \n
2033 * .object indicates ArkUI_StyledString formatted string data. The parameter type is {@link ArkUI_StyledString}. \n
3452 * @brief Defines the data selection range of the text picker.
3479 * @brief Defines the index of the default selected item in the data selection range of the text picker.
3577 * @brief Defines the index of the default selected item in the data selection range of the text picker.
3581 * .value[0...].i32: index of the default item in the data selection range.
3968 * .value[0].i32: alignment mode. The data type is {@link ArkUI_Alignment}.
3972 * .value[0].i32: alignment mode. The data type is {@link ArkUI_Alignment}. \n
4006 * .data[0].u32: color of the scrollbar, in 0xARGB format. \n
4009 * .data[0].u32: color of the scrollbar, in 0xARGB format. \n
5193 ArkUI_NumberValue data[MAX_COMPONENT_EVENT_ARG_NUM];
5247 * <b>ArkUI_NodeComponentEvent.data[0].f32</b>: original width of the target element, in vp.
5249 * <b>ArkUI_NodeComponentEvent.data[1].f32</b>: original height of the target element, in vp.
5251 * <b>ArkUI_NodeComponentEvent.data[2].f32</b>: original X coordinate of the target element's upper left corner
5253 * <b>ArkUI_NodeComponentEvent.data[3].f32</b>: original Y coordinate of the target element's upper left corner
5255 * <b>ArkUI_NodeComponentEvent.data[4].f32</b>: original X coordinate of the target element's upper left corner
5257 * <b>ArkUI_NodeComponentEvent.data[5].f32</b>: original Y coordinate of the target element's upper left corner
5259 * <b>ArkUI_NodeComponentEvent.data[6].f32</b>: new width of the target element, in vp. The value is a number. \n
5260 * <b>ArkUI_NodeComponentEvent.data[7].f32</b>: new height of the target element, in vp. The value is a number. \n
5261 * <b>ArkUI_NodeComponentEvent.data[8].f32</b>: new X coordinate of the target element's upper left corner relative
5263 * <b>ArkUI_NodeComponentEvent.data[9].f32</b>: new Y coordinate of the target element's upper left corner relative
5265 * <b>ArkUI_NodeComponentEvent.data[10].f32</b>: new X coordinate of the target element's upper left corner relative
5267 * <b>ArkUI_NodeComponentEvent.data[11].f32</b>: new Y coordinate of the target element's upper left corner relative
5296 * <b>ArkUI_NodeComponentEvent.data[0].f32</b>: X coordinate of the click relative to the upper left corner of the
5298 * <b>ArkUI_NodeComponentEvent.data[1].f32</b>: Y coordinate of the click relative to the upper left corner of the
5300 * <b>ArkUI_NodeComponentEvent.data[2].f32</b>: event timestamp. It is the interval between the time when the event
5302 * <b>ArkUI_NodeComponentEvent.data[3].i32</b>: event input device. The value <b>1</b> indicates the mouse,
5304 * <b>ArkUI_NodeComponentEvent.data[4].f32</b>: X coordinate of the click relative to the upper left corner of the
5306 * <b>ArkUI_NodeComponentEvent.data[5].f32</b>: Y coordinate of the click relative to the upper left corner of the
5308 * <b>ArkUI_NodeComponentEvent.data[6].f32</b>: X coordinate of the click relative to the upper left corner of the
5310 * <b>ArkUI_NodeComponentEvent.data[7].f32</b>: Y coordinate of the click relative to the upper left corner of the
5331 * <b>ArkUI_NodeComponentEvent.data[0].i32</b>: how the ratio of the component's visible area to its total area
5334 * <b>ArkUI_NodeComponentEvent.data[1].f32</b>: ratio of the component's visible area to its total area when this
5345 * <b>ArkUI_NodeComponentEvent.data[0].i32</b>: whether the mouse pointer is hovered over the component.
5383 * <b>ArkUI_NodeComponentEvent.data[0].u32</b>: 触发回调的操作类型,参数类型{@link ArkUI_AccessibilityActionType} \n
5395 * <b>ArkUI_NodeComponentEvent.data[0].i32</b>: corresponds to {@link ArkUI_PreDragStatus}. \n
5432 * The component can obtain the drag data for processing through the callback.
5465 * <b>ArkUI_NodeComponentEvent.data[0].i32</b>: loading status. The value <b>0</b> indicates that the image is
5467 * <b>ArkUI_NodeComponentEvent.data[1].f32</b>: width of the image, in px. \n
5468 * <b>ArkUI_NodeComponentEvent.data[2].f32</b>: height of the image, in px. \n
5469 * <b>ArkUI_NodeComponentEvent.data[3].f32</b>: width of the component, in px. \n
5470 * <b>ArkUI_NodeComponentEvent.data[4].f32</b>: height of the component, in px. \n
5471 * <b>ArkUI_NodeComponentEvent.data[5].f32</b>: offset of the rendered content relative to the component on the
5473 * <b>ArkUI_NodeComponentEvent.data[6].f32</b>: offset of the rendered content relative to the component on the
5475 * <b>ArkUI_NodeComponentEvent.data[7].f32</b>: actual rendered width of the image, in px. \n
5476 * <b>ArkUI_NodeComponentEvent.data[8].f32</b>: actual rendered height of the image, in px. \n
5486 * <b>ArkUI_NodeComponentEvent.data[0].i32</b>error code:\n
5507 * <b>ArkUI_NodeComponentEvent.data[0].u32</b>: the num of bytes downloaded. \n
5508 * <b>ArkUI_NodeComponentEvent.data[1].u32</b>: the total number of bytes to download. \n
5518 * <b>ArkUI_NodeComponentEvent.data[0].i32</b>: toggle status. <b>1</b>: on; <b>0</b>: off.
5540 * <b>ArkUI_NodeComponentEvent.data[0].i32</b>: Enter key type of the input method.
5575 * <b>ArkUI_NodeComponentEvent.data[0].i32</b>: start position of the text selection area. \n
5576 * <b>ArkUI_NodeComponentEvent.data[1].i32</b>: end position of the text selection area. \n
5587 * <b>ArkUI_NodeComponentEvent.data[0].i32</b>:表示true表示正在输入。\n
5598 * <b>ArkUI_NodeComponentEvent.data[0].f32</b>:表示文本的宽度。\n
5599 * <b>ArkUI_NodeComponentEvent.data[1].f32</b>:表示文本的高度。\n
5622 * <b>ArkUI_NodeComponentEvent.data[0].i32</b>:表示文本在内容区的横坐标偏移。\n
5623 * <b>ArkUI_NodeComponentEvent.data[1].i32</b>:表示文本在内容区的纵坐标偏移。\n
5695 * <b>ArkUI_NodeComponentEvent.data[0].i32</b>: start position of the text selection area. \n
5696 * <b>ArkUI_NodeComponentEvent.data[1].i32</b>: end position of the text selection area. \n
5716 * <b>ArkUI_NodeComponentEvent.data[0].i32</b>:表示文本在内容区的横坐标偏移。\n
5717 * <b>ArkUI_NodeComponentEvent.data[1].i32</b>:表示文本在内容区的纵坐标偏移。\n
5728 * <b>ArkUI_NodeComponentEvent.data[0].i32</b>:表示true表示正在输入。\n
5739 * <b>ArkUI_NodeComponentEvent.data[0].i32</b>:输入法回车键类型。
5750 * <b>ArkUI_NodeComponentEvent.data[0].f32</b>:表示文本的宽度。\n
5751 * <b>ArkUI_NodeComponentEvent.data[1].f32</b>:表示文本的高度。\n
5798 * <b>ArkUI_NodeComponentEvent.data[0].i32</b><b>1</b>: selected; <b>0</b>: not selected.\n
5809 * <b>ArkUI_NodeComponentEvent.data[0].i32</b>: year of the selected date. \n
5810 * <b>ArkUI_NodeComponentEvent.data[1].i32</b>: month of the selected date. Value range: [0-11]. \n
5811 * <b>ArkUI_NodeComponentEvent.data[2].i32</b>: day of the selected date. \n
5822 * <b>ArkUI_NodeComponentEvent.data[0].i32</b>: hour of the selected time. Value range: [0-23]. \n
5823 * <b>ArkUI_NodeComponentEvent.data[1].i32</b>: minute of the selected time. Value range: [0-59]. \n
5834 * <b>ArkUI_NodeComponentEvent.data[0...11].i32</b>: value of the selected item. \n
5843 * <b>ArkUI_NodeComponent.data[0].u32</b>: year of the selected date. \n
5844 * <b>ArkUI_NodeComponent.data[1].u32</b>: month of the selected date. \n
5845 * <b>ArkUI_NodeComponent.data[2].u32</b>: day of the selected date. \n
5855 * <b>ArkUI_NodeComponentEvent.data[0].f32</b>: current slider value. \n
5856 * <b>ArkUI_NodeComponentEvent.data[1].i32</b>: state triggered by the event.\n
5866 * <b>ArkUI_NodeComponentEvent.data[0].i32</b>: status of the radio button. \n
5877 * <b>ArkUI_NodeComponentEvent.data[0].i32</b>: index of the currently displayed element. \n
5887 * <b>ArkUI_NodeComponentEvent.data[0].i32</b>: index of the currently displayed element. \n
5888 * <b>ArkUI_NodeComponentEvent.data[1].i32</b>: index of the target element to switch to. \n
5889 * <b>ArkUI_NodeComponentEvent.data[2].f32</b>: offset of the currently displayed element relative to the
5891 * <b>ArkUI_NodeComponentEvent.data[3].f32</b>: offset of the target element relative to the start position
5893 * <b>ArkUI_NodeComponentEvent.data[4].f32</b>: hands-off velocity. \n
5903 * <b>ArkUI_NodeComponentEvent.data[0].i32</b>: index of the currently displayed element. \n
5904 * <b>ArkUI_NodeComponentEvent.data[1].f32</b>: offset of the currently displayed element relative to the
5916 * <b>ArkUI_NodeComponentEvent.data[0].i32</b>: index of the currently displayed element. \n
5917 * <b>ArkUI_NodeComponentEvent.data[1].f32</b>: offset of the currently displayed element relative to the
5938 * <b>ArkUI_NodeComponentEvent.data[0].i32</b>: index of the swiper component, which is the same as the index in the
5940 * <b>ArkUI_NodeComponentEvent.data[1].i32</b>: index of a page in the viewport. \n
5941 * <b>ArkUI_NodeComponentEvent.data[2].f32</b>: position of the page relative to the start position of the swiper
5943 * <b>ArkUI_NodeComponentEvent.data[3].f32</b>: length of the page in the main axis direction. \n
5958 * <b>ArkUI_NodeComponentEvent.data[0].f32</b>: horizontal scrolling offset. \n
5959 * <b>ArkUI_NodeComponentEvent.data[1].f32</b>: vertical scrolling offset. \n
5973 * <b>ArkUI_NodeComponentEvent.data[0].f32</b>: amount to scroll by. \n
5974 * <b>ArkUI_NodeComponentEvent.data[1].i32</b>: current scrolling state. \n
5976 * <b>ArkUI_NodeComponentEvent.data[0].f32</b>: The event handler can work out the amount by which the component
5991 * <b>ArkUI_NodeComponentEvent.data[0].f32</b>: scroll offset of each frame, in vp. The offset is positive when
5993 * <b>ArkUI_NodeComponentEvent.data[1].f32</b>: scroll offset of each frame, in vp. The offset is positive when
5995 * <b>ArkUI_NodeComponentEvent.data[2].i32</b>: current scroll state.
6010 * <b>ArkUI_NodeComponentEvent.data[0].f32</b>: scroll offset of each frame, in vp. The offset is positive when the
6012 * <b>ArkUI_NodeComponentEvent.data[1].f32</b>: scroll offset of each frame, in vp. The offset is positive when the
6014 * <b>ArkUI_NodeComponentEvent.data[2].i32</b>: current scroll state. The parameter type is
6054 * <b>ArkUI_NodeComponentEvent.data[0].i32</b>: edge (top, bottom, left, or right) that the scrolling reaches. \n
6086 * <b>ArkUI_NodeComponentEvent.data[0].i32</b>: index of the first child component in the list display area. \n
6087 * <b>ArkUI_NodeComponentEvent.data[1].i32</b>: index of the last child component in the list display area. \n
6088 * <b>ArkUI_NodeComponentEvent.data[2].i32</b>: index of the center child component in the list display area. \n
6102 * <b>ArkUI_NodeComponentEvent.data[0].f32</b>: scroll offset of each frame. The offset is positive when the list
6104 * <b>ArkUI_NodeComponentEvent.data[1].i32</b>: current scroll state. \n
6118 * <b>ArkUI_NodeComponentEvent.data[0].f32</b>: scroll offset of each frame. The offset is positive when the list
6120 * <b>ArkUI_NodeComponentEvent.data[1].i32</b>: current scroll state. \n
6129 * <b>ArkUI_NodeComponentEvent.data[0].i32</b>: refresh state. \n
6146 * <b>ArkUI_NodeComponentEvent.data[0].f32</b>: pull-down distance. \n
6161 * <b>ArkUI_NodeComponentEvent.data[0].f32</b>: scroll offset of each frame. The offset is positive when the
6163 * <b>ArkUI_NodeComponentEvent.data[1].i32</b>: current scroll state. \n
6177 * <b>ArkUI_NodeComponentEvent.data[0].f32</b>: scroll offset of each frame. The offset is positive when the
6179 * <b>ArkUI_NodeComponentEvent.data[1].i32</b>: current scroll state. \n
6191 * ArkUI_NodeComponentEvent.data[0].i32: The index value of \n
6193 * ArkUI_NodeComponentEvent.data[1].i32: The index value of \n
6288 * @brief Obtains input event (for example, touch event) data for a component event.
6291 * @return Returns the pointer to the input event data.
6297 * @brief Obtains the numerical data in a component event.
6300 * @return Returns the pointer to the numerical data.
6306 * @brief Obtains the string data in a component event.
6309 * @return Returns the pointer to the string data.
6315 * @brief Obtains the custom data in a component event.
6321 * @return Returns the pointer to the custom data.
6484 * @param userData Indicates custom data.
6568 * This API returns the pointer to the array of the elements. You need to manually release the memory data
6582 * @brief Obtains the custom data passed in during registration of the specified event.
6835 * Do not directly save the <b>ArkUI_NodeEvent</b> object pointer. The data will be destroyed after the callback
6947 * The data will be destroyed after the callback is complete. \n
7032 * The data will be destroyed after the callback is complete. \n
7062 * The data will be destroyed after the callback is complete. \n
7085 * @brief Saves custom data on the specified component.
7087 * @param node Indicates the component on which the custom data will be saved.
7088 * @param userData Indicates the custom data to be saved.
7096 * @brief Obtains the custom data saved on the specified component.
7099 * @return Returns the custom data.
7323 * @brief Saves custom data on the specified node content.
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.
7335 * @brief Obtains the custom data saved on the specified node content.
7338 * @return Returns the custom data.
7444 * @param userData Indicates the custom data to be saved.
7470 * @param userData Indicates the custom data to be saved.
7494 * @param userData Indicates the custom data to be saved.