Lines Matching refs:parent
503 * .value[0].i32: whether to clip the component based on the parent container bounds.
507 * .value[0].i32: whether to clip the component based on the parent container bounds.
603 * to the parent container's. This attribute can be set, reset, and obtained as required through APIs.
1251 * @brief Sets the alignment mode of the child components along the cross axis of the parent container.
1255 * .value[0].i32: alignment mode of the child components along the cross axis of the parent container.\n
1259 * .value[0].i32: alignment mode of the child components along the cross axis of the parent container.\n
1265 * @brief Sets the percentage of the parent container's remaining space that is allocated to the component.
1269 * .value[0].f32: percentage of the parent container's remaining space that is allocated to the component. \n
1272 * .value[0].f32: percentage of the parent container's remaining space that is allocated to the component. \n
1277 * @brief Sets the percentage of the parent container's shrink size that is allocated to the component.
1281 * .value[0].f32: percentage of the parent container's shrink size that is allocated to the component. \n
1284 * .value[0].f32: percentage of the parent container's shrink size that is allocated to the component. \n
1293 * .value[0].f32: percentage of the parent container's remaining space that is allocated to the component. \n
1296 * .value[0].f32: percentage of the parent container's remaining space that is allocated to the component. \n
1514 * Only takes effect when the parent container is RelativeContainer
1575 * rendered off the screen first and then fused with the parent control,
4893 * @brief Set the nested scrolling mode for the Swiper component and parent component.
4896 * .value[0].i32:Nested scrolling patterns for Swiper components and parent components. The parameter type is
4901 * .value[0].i32:Nested scrolling patterns for Swiper components and parent components. The parameter type is
5155 * For example, <b>'1fr 1fr 2fr'</b> indicates three columns, with the first column taking up 1/4 of the parent
5174 * For example, <b>'1fr 1fr 2fr'</b> indicates three rows, with the first row taking up 1/4 of the parent
5321 * For example, <b>'1fr 1fr 2fr'</b> indicates three columns, with the first column taking up 1/4 of the parent
5340 * For example, <b>'1fr 1fr 2fr'</b> indicates three rows, with the first row taking up 1/4 of the parent
5464 * relative to the parent element's, in vp. The value type is number. \n
5466 * relative to the parent element's, in vp. The value type is number. \n
5474 * to the parent element's, in vp. The value type is number. \n
5476 * to the parent element's, in vp. The value type is number. \n
6961 * @brief Adds a component to a parent node.
6963 * @param parent Indicates the pointer to the parent node.
6972 int32_t (*addChild)(ArkUI_NodeHandle parent, ArkUI_NodeHandle child);
6975 * @brief Removes a component from its parent node.
6977 * @param parent Indicates the pointer to the parent node.
6986 int32_t (*removeChild)(ArkUI_NodeHandle parent, ArkUI_NodeHandle child);
6989 * @brief Inserts a component to a parent node after the specified <b>sibling</b> node.
6991 * @param parent Indicates the pointer to the parent node.
6994 * If the value is null, the node is inserted at the start of the parent node.
7002 int32_t (*insertChildAfter)(ArkUI_NodeHandle parent, ArkUI_NodeHandle child, ArkUI_NodeHandle sibling);
7005 * @brief Inserts a component to a parent node before the specified <b>sibling</b> node.
7007 * @param parent Indicates the pointer to the parent node.
7010 * If the value is null, the node is inserted at the end of the parent node.
7018 int32_t (*insertChildBefore)(ArkUI_NodeHandle parent, ArkUI_NodeHandle child, ArkUI_NodeHandle sibling);
7021 * @brief Inserts a component to the specified position in a parent node.
7023 * @param parent Indicates the pointer to the parent node.
7026 * negative number or invalid, the node is inserted at the end of the parent node.
7034 int32_t (*insertChildAt)(ArkUI_NodeHandle parent, ArkUI_NodeHandle child, int32_t position);
7291 * @brief Lays outs a component and passes the expected position of the component relative to its parent component.
7397 * @brief Get the parent node.
7405 * @brief Uninstall all child nodes from the parent component.
7407 * @param parent target node object.
7413 int32_t (*removeAllChildren)(ArkUI_NodeHandle parent);
7426 * @brief Obtains the expected position of a component relative to its parent component in the layout phase through a
7430 * @return Returns the expected position relative to the parent component.
7648 * @brief Obtain the position of the component layout area relative to the parent component.
7652 * @param localOffset The offset value of the component handle relative to the parent component, in px.
7691 * parent components, and ancestor nodes, in px.
7704 * parent components, and ancestor nodes, in px.