Searched defs:cacheStart (Results 1 – 7 of 7) sorted by relevance
| /foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
| D | repeat_virtual_scroll_node.cpp | 76 int32_t cacheStart, int32_t cacheEnd) in DoSetActiveChildRange() 138 int32_t cacheStart, int32_t cacheEnd, RefPtr<FrameNode>& frameNode) in CheckNode4IndexInL1()
|
| D | lazy_for_each_node.cpp | 403 void LazyForEachNode::DoSetActiveChildRange(int32_t start, int32_t end, int32_t cacheStart, int32_t… in DoSetActiveChildRange()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/ |
| D | custom_node.cpp | 184 void CustomNode::DoSetActiveChildRange(int32_t start, int32_t end, int32_t cacheStart, int32_t cach… in DoSetActiveChildRange()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
| D | layout_wrapper.h | 120 int32_t cacheStart = 0; member
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
| D | list_layout_algorithm.cpp | 203 void ListLayoutAlgorithm::SetActiveChildRange(LayoutWrapper* layoutWrapper, int32_t cacheStart, int… in SetActiveChildRange() 2024 int32_t cacheStart = itemPosition_.begin()->first - startIndex; in LayoutCachedItemV2() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
| D | frame_node.cpp | 331 void SetActiveChildRange(int32_t start, int32_t end, int32_t cacheStart, int32_t cacheEnd) in SetActiveChildRange() 4309 void FrameNode::SetActiveChildRange(int32_t start, int32_t end, int32_t cacheStart, int32_t cacheEn… in SetActiveChildRange() 4453 void FrameNode::DoSetActiveChildRange(int32_t start, int32_t end, int32_t cacheStart, int32_t cache… in DoSetActiveChildRange()
|
| D | ui_node.cpp | 1497 void UINode::DoSetActiveChildRange(int32_t start, int32_t end, int32_t cacheStart, int32_t cacheEnd) in DoSetActiveChildRange()
|