Searched refs:propertyChangeFlag (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | property.cpp | 19 bool CheckNeedRender(PropertyChangeFlag propertyChangeFlag) in CheckNeedRender() argument 27 return CheckNeedMeasure(propertyChangeFlag) || CheckNeedLayout(propertyChangeFlag); in CheckNeedRequestMeasureAndLayout() 32 … return CheckMeasureFlag(propertyChangeFlag) || CheckMeasureSelfAndParentFlag(propertyChangeFlag); in CheckNeedRequestParentMeasure() 35 bool CheckNeedMeasure(PropertyChangeFlag propertyChangeFlag) in CheckNeedMeasure() argument 37 …return CheckMeasureFlag(propertyChangeFlag) || CheckMeasureSelfAndParentFlag(propertyChangeFlag) || in CheckNeedMeasure() 38 … CheckMeasureSelfFlag(propertyChangeFlag) || CheckMeasureSelfAndChildFlag(propertyChangeFlag); in CheckNeedMeasure() 41 bool CheckNeedLayout(PropertyChangeFlag propertyChangeFlag) in CheckNeedLayout() argument 43 return CheckLayoutFlag(propertyChangeFlag); in CheckNeedLayout() 58 bool CheckLayoutFlag(PropertyChangeFlag propertyChangeFlag) in CheckLayoutFlag() argument 83 bool CheckNoChanged(PropertyChangeFlag propertyChangeFlag) in CheckNoChanged() argument [all …]
|
H A D | property.h | 67 bool CheckNeedRender(PropertyChangeFlag propertyChangeFlag); 71 bool CheckNeedRequestParentMeasure(PropertyChangeFlag propertyChangeFlag); 73 bool CheckNeedMeasure(PropertyChangeFlag propertyChangeFlag); 75 bool CheckNeedLayout(PropertyChangeFlag propertyChangeFlag); 77 bool CheckMeasureFlag(PropertyChangeFlag propertyChangeFlag); 79 bool CheckForceParentMeasureFlag(PropertyChangeFlag propertyChangeFlag); 81 bool CheckLayoutFlag(PropertyChangeFlag propertyChangeFlag); 83 bool CheckMeasureSelfFlag(PropertyChangeFlag propertyChangeFlag); 87 bool CheckMeasureSelfAndChildFlag(PropertyChangeFlag propertyChangeFlag); 89 bool CheckUpdateByChildRequest(PropertyChangeFlag propertyChangeFlag); [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | lazy_for_each_node.h | 90 void SetFlagForGeneratedItem(PropertyChangeFlag propertyChangeFlag) in SetFlagForGeneratedItem() argument 92 builder_->SetFlagForGeneratedItem(propertyChangeFlag); in SetFlagForGeneratedItem()
|
H A D | lazy_for_each_builder.h | 303 void SetFlagForGeneratedItem(PropertyChangeFlag propertyChangeFlag) in SetFlagForGeneratedItem() argument 309 item.second.second->ForceUpdateLayoutPropertyFlag(propertyChangeFlag); in SetFlagForGeneratedItem()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/ |
H A D | date_picker_test_ng.cpp | 1392 EXPECT_EQ(pickerProperty->GetPropertyChangeFlag(), propertyChangeFlag); 1438 EXPECT_EQ(pickerProperty->GetPropertyChangeFlag(), propertyChangeFlag); 1444 propertyChangeFlag = pickerProperty->GetPropertyChangeFlag() | PROPERTY_UPDATE_RENDER; 1445 EXPECT_EQ(pickerProperty->GetPropertyChangeFlag(), propertyChangeFlag); 1451 propertyChangeFlag = pickerProperty->GetPropertyChangeFlag() | PROPERTY_UPDATE_RENDER; 1452 EXPECT_EQ(pickerProperty->GetPropertyChangeFlag(), propertyChangeFlag); 1458 propertyChangeFlag = pickerProperty->GetPropertyChangeFlag() | PROPERTY_UPDATE_RENDER; 1459 EXPECT_EQ(pickerProperty->GetPropertyChangeFlag(), propertyChangeFlag); 1489 EXPECT_EQ(pickerProperty->GetPropertyChangeFlag(), propertyChangeFlag); 1495 propertyChangeFlag = pickerProperty->GetPropertyChangeFlag() | PROPERTY_UPDATE_RENDER; [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/ |
H A D | image_pattern.h | 462 …void LoadImage(const ImageSourceInfo& src, const PropertyChangeFlag& propertyChangeFlag, VisibleTy…
|
H A D | image_pattern.cpp | 688 … const ImageSourceInfo& src, const PropertyChangeFlag& propertyChangeFlag, VisibleType visibleType) in LoadImage() argument 707 if (!((propertyChangeFlag & PROPERTY_UPDATE_MEASURE) == PROPERTY_UPDATE_MEASURE) || in LoadImage()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | ui_node.h | 319 virtual void ForceUpdateLayoutPropertyFlag(PropertyChangeFlag propertyChangeFlag) {} in ForceUpdateLayoutPropertyFlag() argument
|
H A D | frame_node.h | 1157 void ForceUpdateLayoutPropertyFlag(PropertyChangeFlag propertyChangeFlag) override;
|
H A D | frame_node.cpp | 2084 void FrameNode::ForceUpdateLayoutPropertyFlag(PropertyChangeFlag propertyChangeFlag) in ForceUpdateLayoutPropertyFlag() argument 2086 layoutProperty_->UpdatePropertyChangeFlag(propertyChangeFlag); in ForceUpdateLayoutPropertyFlag()
|