Lines Matching refs:parent
500 * .value[0].i32: whether to clip the component based on the parent container bounds.
504 * .value[0].i32: whether to clip the component based on the parent container bounds.
592 * to the parent container's. This attribute can be set, reset, and obtained as required through APIs.
1273 * @brief Sets the alignment mode of the child components along the cross axis of the parent container.
1277 * .value[0].i32: alignment mode of the child components along the cross axis of the parent container.\n
1281 * .value[0].i32: alignment mode of the child components along the cross axis of the parent container.\n
1287 * @brief Sets the percentage of the parent container's remaining space that is allocated to the component.
1291 * .value[0].f32: percentage of the parent container's remaining space that is allocated to the component. \n
1294 * .value[0].f32: percentage of the parent container's remaining space that is allocated to the component. \n
1299 * @brief Sets the percentage of the parent container's shrink size that is allocated to the component.
1303 * .value[0].f32: percentage of the parent container's shrink size that is allocated to the component. \n
1306 * .value[0].f32: percentage of the parent container's shrink size that is allocated to the component. \n
1315 * .value[0].f32: percentage of the parent container's remaining space that is allocated to the component. \n
1318 * .value[0].f32: percentage of the parent container's remaining space that is allocated to the component. \n
4600 * @brief Set the nested scrolling mode for the Swiper component and parent component.
4603 * .value[0].i32:Nested scrolling patterns for Swiper components and parent components. The parameter type is
4608 * .value[0].i32:Nested scrolling patterns for Swiper components and parent components. The parameter type is
4861 * For example, <b>'1fr 1fr 2fr'</b> indicates three columns, with the first column taking up 1/4 of the parent
4880 * For example, <b>'1fr 1fr 2fr'</b> indicates three rows, with the first row taking up 1/4 of the parent
5000 * For example, <b>'1fr 1fr 2fr'</b> indicates three columns, with the first column taking up 1/4 of the parent
5019 * For example, <b>'1fr 1fr 2fr'</b> indicates three rows, with the first row taking up 1/4 of the parent
5252 * relative to the parent element's, in vp. The value is a number. \n
5254 * relative to the parent element's, in vp. The value is a number. \n
5262 * to the parent element's, in vp. The value is a number. \n
5264 * to the parent element's, in vp. The value is a number. \n
6679 * @brief Adds a component to a parent node.
6681 * @param parent Indicates the pointer to the parent node.
6690 int32_t (*addChild)(ArkUI_NodeHandle parent, ArkUI_NodeHandle child);
6693 * @brief Removes a component from its parent node.
6695 * @param parent Indicates the pointer to the parent node.
6704 int32_t (*removeChild)(ArkUI_NodeHandle parent, ArkUI_NodeHandle child);
6707 * @brief Inserts a component to a parent node after the specified <b>sibling</b> node.
6709 * @param parent Indicates the pointer to the parent node.
6712 * If the value is null, the node is inserted at the start of the parent node.
6720 int32_t (*insertChildAfter)(ArkUI_NodeHandle parent, ArkUI_NodeHandle child, ArkUI_NodeHandle sibling);
6723 * @brief Inserts a component to a parent node before the specified <b>sibling</b> node.
6725 * @param parent Indicates the pointer to the parent node.
6728 * If the value is null, the node is inserted at the end of the parent node.
6736 int32_t (*insertChildBefore)(ArkUI_NodeHandle parent, ArkUI_NodeHandle child, ArkUI_NodeHandle sibling);
6739 * @brief Inserts a component to the specified position in a parent node.
6741 * @param parent Indicates the pointer to the parent node.
6744 * negative number or invalid, the node is inserted at the end of the parent node.
6752 int32_t (*insertChildAt)(ArkUI_NodeHandle parent, ArkUI_NodeHandle child, int32_t position);
7012 * @brief Lays outs a component and passes the expected position of the component relative to its parent component.
7115 * @brief Obtains the parent node.
7125 * @param parent 目标节点对象。
7129 int32_t (*removeAllChildren)(ArkUI_NodeHandle parent);
7142 * @brief Obtains the expected position of a component relative to its parent component in the layout phase through a
7146 * @return Returns the expected position relative to the parent component.
7357 * @brief Obtain the position of the component layout area relative to the parent component.
7361 * @param localOffset The offset value of the component handle relative to the parent component, in px.
7400 * parent components, and ancestor nodes, in px.
7413 * parent components, and ancestor nodes, in px.