Home
last modified time | relevance | path

Searched defs:propertyChangeFlag (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dproperty.cpp19 bool CheckNeedRender(PropertyChangeFlag propertyChangeFlag) in CheckNeedRender()
30 bool CheckNeedRequestParentMeasure(PropertyChangeFlag propertyChangeFlag) in CheckNeedRequestParentMeasure()
35 bool CheckNeedMeasure(PropertyChangeFlag propertyChangeFlag) in CheckNeedMeasure()
41 bool CheckNeedLayout(PropertyChangeFlag propertyChangeFlag) in CheckNeedLayout()
46 bool CheckMeasureFlag(PropertyChangeFlag propertyChangeFlag) in CheckMeasureFlag()
52 bool CheckForceParentMeasureFlag(PropertyChangeFlag propertyChangeFlag) in CheckForceParentMeasureFlag()
58 bool CheckLayoutFlag(PropertyChangeFlag propertyChangeFlag) in CheckLayoutFlag()
63 bool CheckMeasureSelfFlag(PropertyChangeFlag propertyChangeFlag) in CheckMeasureSelfFlag()
73 bool CheckMeasureSelfAndChildFlag(PropertyChangeFlag propertyChangeFlag) in CheckMeasureSelfAndChildFlag()
78 bool CheckUpdateByChildRequest(PropertyChangeFlag propertyChangeFlag) in CheckUpdateByChildRequest()
[all …]
H A Dproperty.h394 void UpdatePropertyChangeFlag(PropertyChangeFlag propertyChangeFlag) in UpdatePropertyChangeFlag()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dlazy_for_each_node.h90 void SetFlagForGeneratedItem(PropertyChangeFlag propertyChangeFlag) in SetFlagForGeneratedItem()
H A Dlazy_for_each_builder.h303 void SetFlagForGeneratedItem(PropertyChangeFlag propertyChangeFlag) in SetFlagForGeneratedItem()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.h319 virtual void ForceUpdateLayoutPropertyFlag(PropertyChangeFlag propertyChangeFlag) {} in ForceUpdateLayoutPropertyFlag()
H A Dframe_node.cpp2084 void FrameNode::ForceUpdateLayoutPropertyFlag(PropertyChangeFlag propertyChangeFlag) in ForceUpdateLayoutPropertyFlag()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/
H A Ddate_picker_test_ng.cpp1390 auto propertyChangeFlag = pickerProperty->GetPropertyChangeFlag() | PROPERTY_UPDATE_RENDER; variable
1437 auto propertyChangeFlag = pickerProperty->GetPropertyChangeFlag() | PROPERTY_UPDATE_RENDER; variable
1488 auto propertyChangeFlag = pickerProperty->GetPropertyChangeFlag() | PROPERTY_UPDATE_RENDER; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_pattern.cpp688 … const ImageSourceInfo& src, const PropertyChangeFlag& propertyChangeFlag, VisibleType visibleType) in LoadImage()