Searched defs:itemConstraint (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | lazy_for_each_builder.h | 314 const std::optional<LayoutConstraintF>& itemConstraint, int64_t deadline, bool& isTimeout) in CacheItem() 375 …int64_t deadline, const std::optional<LayoutConstraintF>& itemConstraint, bool canRunLongPredictTa… in PreBuildByIndex() 412 const std::optional<LayoutConstraintF>& itemConstraint, bool canRunLongPredictTask, in ProcessPreBuildingIndex()
|
H A D | lazy_for_each_node.h | 121 …void OnSetCacheCount(int32_t cacheCount, const std::optional<LayoutConstraintF>& itemConstraint) o… in OnSetCacheCount()
|
H A D | lazy_for_each_builder.cpp | 698 …l LazyForEachBuilder::PreBuild(int64_t deadline, const std::optional<LayoutConstraintF>& itemConst… in PreBuild()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/ |
H A D | water_flow_layout_utils.cpp | 70 auto itemConstraint = props->CreateChildConstraint(); in CreateChildConstraint() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
H A D | layout_wrapper_node.cpp | 82 …utWrapperNode::SetCacheCount(int32_t cacheCount, const std::optional<LayoutConstraintF>& itemConst… in SetCacheCount()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | frame_node.h | 726 …void OnSetCacheCount(int32_t cacheCount, const std::optional<LayoutConstraintF>& itemConstraint) o… in OnSetCacheCount()
|
H A D | ui_node.cpp | 1502 void UINode::OnSetCacheCount(int32_t cacheCount, const std::optional<LayoutConstraintF>& itemConstr… in OnSetCacheCount()
|
H A D | frame_node.cpp | 444 void SetCacheCount(int32_t cacheCount, const std::optional<LayoutConstraintF>& itemConstraint) in SetCacheCount() 4609 …oid FrameNode::SetCacheCount(int32_t cacheCount, const std::optional<LayoutConstraintF>& itemConst… in SetCacheCount()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/ |
H A D | grid_scroll_layout_algorithm.cpp | 1536 auto itemConstraint = gridLayoutProperty->CreateChildConstraint(); in CreateChildConstraint() local
|