Home
last modified time | relevance | path

Searched refs:CheckMeasureSelfAndParentFlag (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dproperty.cpp32 … return CheckMeasureFlag(propertyChangeFlag) || CheckMeasureSelfAndParentFlag(propertyChangeFlag); in CheckNeedRequestParentMeasure()
37 …return CheckMeasureFlag(propertyChangeFlag) || CheckMeasureSelfAndParentFlag(propertyChangeFlag) || in CheckNeedMeasure()
68 bool CheckMeasureSelfAndParentFlag(PropertyChangeFlag propertyChangeFlag) in CheckMeasureSelfAndParentFlag() function
H A Dproperty.h85 bool CheckMeasureSelfAndParentFlag(PropertyChangeFlag propertyChangeFlag);