Searched defs:cacheStart (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | repeat_virtual_scroll_node.cpp | 75 int32_t start, int32_t end, int32_t cacheStart, int32_t cacheEnd, bool showCache) in DoSetActiveChildRange() 122 int32_t cacheStart, int32_t cacheEnd, RefPtr<FrameNode>& frameNode) in CheckNode4IndexInL1() 148 void RepeatVirtualScrollNode::CheckActiveRange(int32_t start, int32_t end, int32_t cacheStart, int3… in CheckActiveRange()
|
H A D | lazy_for_each_node.cpp | 407 int32_t start, int32_t end, int32_t cacheStart, int32_t cacheEnd, bool showCache) in DoSetActiveChildRange()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/ |
H A D | custom_node.cpp | 185 int32_t start, int32_t end, int32_t cacheStart, int32_t cacheEnd, bool showCache) in DoSetActiveChildRange()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
H A D | layout_wrapper.h | 120 int32_t cacheStart = 0; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_layout_algorithm.cpp | 206 int32_t cacheStart, int32_t cacheEnd, bool show) in SetActiveChildRange() 2120 int32_t cacheStart = itemPosition_.begin()->first - startIndex; in LayoutCachedItemV2() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | frame_node.cpp | 332 …void SetActiveChildRange(int32_t start, int32_t end, int32_t cacheStart, int32_t cacheEnd, bool sh… in SetActiveChildRange() 4494 void FrameNode::SetActiveChildRange(int32_t start, int32_t end, int32_t cacheStart, int32_t cacheEn… in SetActiveChildRange() 4638 void FrameNode::DoSetActiveChildRange(int32_t start, int32_t end, int32_t cacheStart, int32_t cache… in DoSetActiveChildRange()
|
H A D | ui_node.cpp | 1492 void UINode::DoSetActiveChildRange(int32_t start, int32_t end, int32_t cacheStart, int32_t cacheEnd… in DoSetActiveChildRange()
|