Searched defs:cacheEnd (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 …rtualScrollNode::CheckActiveRange(int32_t start, int32_t end, int32_t cacheStart, int32_t cacheEnd) 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 | 121 int32_t cacheEnd = 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() 2121 int32_t cacheEnd = endIndex - itemPosition_.rbegin()->first; 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 …SetActiveChildRange(int32_t start, int32_t end, int32_t cacheStart, int32_t cacheEnd, bool showCac… in SetActiveChildRange() 4638 …SetActiveChildRange(int32_t start, int32_t end, int32_t cacheStart, int32_t cacheEnd, bool showCac… 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()
|