From 8708f06d37a8f0db0924c6fab52baa2f9791ec0d Mon Sep 17 00:00:00 2001 From: wujinhui Date: Thu, 6 Feb 2025 10:38:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=8E=A5=E5=8F=A3=20?= =?UTF-8?q?=E7=BC=93=E5=AD=98=E8=8A=82=E7=82=B9=E7=88=B6=E5=B8=83=E5=B1=80?= =?UTF-8?q?=E7=9B=B8=E5=90=8C=E4=B8=8D=E5=BC=BA=E5=88=B6=E6=B5=8B=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wujinhui --- arkui/ace_engine/native/native_node.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/arkui/ace_engine/native/native_node.h b/arkui/ace_engine/native/native_node.h index 91acfcbef..d881ac619 100644 --- a/arkui/ace_engine/native/native_node.h +++ b/arkui/ace_engine/native/native_node.h @@ -1890,6 +1890,17 @@ typedef enum { */ NODE_BACKGROUND_IMAGE_RESIZABLE_WITH_SLICE = 100, + /** + * @brief Set reused node force measure when parent constraint not change. + * + * Format of the {@link ArkUI_AttributeItem} parameter for obtaining the attribute:\n + * .value[0].i32: Skip measure when parent constraint not changeset 0; otherwise set 1. + * The default value is 1. + * + * @since 16 + */ + NODE_REUSED_FORCE_MEASURE = 102, + /** * @brief Defines the text content attribute, which can be set, reset, and obtained as required through APIs. * -- Gitee