Home
last modified time | relevance | path

Searched refs:RepeatVirtualScrollCaches (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Drepeat_virtual_scroll_caches.cpp36 RepeatVirtualScrollCaches::RepeatVirtualScrollCaches( in RepeatVirtualScrollCaches() function in OHOS::Ace::NG::RepeatVirtualScrollCaches
265 bool RepeatVirtualScrollCaches::CheckTTypeChanged(uint32_t index) in CheckTTypeChanged()
293 void RepeatVirtualScrollCaches::InvalidateKeyAndTTypeCaches() in InvalidateKeyAndTTypeCaches()
435 void RepeatVirtualScrollCaches::ForEachL1IndexUINode( in ForEachL1IndexUINode()
639 RefPtr<UINode> RepeatVirtualScrollCaches::UINodeHasBeenUpdated( in UINodeHasBeenUpdated()
702 bool RepeatVirtualScrollCaches::Purge() in Purge()
886 std::string RepeatVirtualScrollCaches::DumpL1() const in DumpL1()
903 std::string RepeatVirtualScrollCaches::DumpL2() const in DumpL2()
919 std::string RepeatVirtualScrollCaches::DumpKey4Index() const in DumpKey4Index()
933 std::string RepeatVirtualScrollCaches::DumpTType4Index() const in DumpTType4Index()
[all …]
H A Drepeat_virtual_scroll_caches.h35 class RepeatVirtualScrollCaches; variable
37 const RepeatVirtualScrollCaches* virtualScroll_;
39 …explicit KeySorterClass(const RepeatVirtualScrollCaches* virtualScroll) : virtualScroll_(virtualSc… in KeySorterClass()
48 class RepeatVirtualScrollCaches {
52RepeatVirtualScrollCaches(const std::map<std::string, std::pair<bool, uint32_t>>& cacheCountL24tty…
H A Drepeat_virtual_scroll_node.h200 mutable RepeatVirtualScrollCaches caches_;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/syntax/
H A Drepeat_node_cache_syntax_test.cpp175 RepeatVirtualScrollCaches caches(cacheCountL24ttype,
828 RepeatVirtualScrollCaches caches(
864 RepeatVirtualScrollCaches caches(
895 RepeatVirtualScrollCaches caches(
913 RepeatVirtualScrollCaches caches(
932 RepeatVirtualScrollCaches caches(
952 RepeatVirtualScrollCaches caches(
978 RepeatVirtualScrollCaches caches(
1001 RepeatVirtualScrollCaches caches(
1032 RepeatVirtualScrollCaches caches(
[all …]