Home
last modified time | relevance | path

Searched refs:CheckMeasureSelfAndChildFlag (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dproperty.cpp38 … CheckMeasureSelfFlag(propertyChangeFlag) || CheckMeasureSelfAndChildFlag(propertyChangeFlag); in CheckNeedMeasure()
73 bool CheckMeasureSelfAndChildFlag(PropertyChangeFlag propertyChangeFlag) in CheckMeasureSelfAndChildFlag() function
H A Dproperty.h87 bool CheckMeasureSelfAndChildFlag(PropertyChangeFlag propertyChangeFlag);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp2136 …bool forceChildMeasure = CheckMeasureFlag(flag) || CheckMeasureSelfAndChildFlag(flag) || forceMeas… in UpdateLayoutWrapper()