Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dproperty.cpp38CheckMeasureSelfFlag(propertyChangeFlag) || CheckMeasureSelfAndChildFlag(propertyChangeFlag); in CheckNeedMeasure()
63 bool CheckMeasureSelfFlag(PropertyChangeFlag propertyChangeFlag) in CheckMeasureSelfFlag() function
H A Dproperty.h83 bool CheckMeasureSelfFlag(PropertyChangeFlag propertyChangeFlag);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_pattern.cpp2051 return CheckMeasureSelfFlag(layoutProperty->GetPropertyChangeFlag()); in IsMeasureBoundary()