Home
last modified time | relevance | path

Searched defs:cacheStart (Results 1 – 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
Drepeat_virtual_scroll_node.cpp76 int32_t cacheStart, int32_t cacheEnd) in DoSetActiveChildRange()
138 int32_t cacheStart, int32_t cacheEnd, RefPtr<FrameNode>& frameNode) in CheckNode4IndexInL1()
Dlazy_for_each_node.cpp403 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/
Dcustom_node.cpp184 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/
Dlayout_wrapper.h120 int32_t cacheStart = 0; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
Dlist_layout_algorithm.cpp203 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/
Dframe_node.cpp331 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()
Dui_node.cpp1497 void UINode::DoSetActiveChildRange(int32_t start, int32_t end, int32_t cacheStart, int32_t cacheEnd) in DoSetActiveChildRange()