Home
last modified time | relevance | path

Searched defs:cachedMaxCount (Results 1 – 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
Dtabs_model.h160 … virtual void SetCachedMaxCount(std::optional<int32_t> cachedMaxCount, TabsCacheMode cacheMode) {} in SetCachedMaxCount()
Dtabs_model_ng.cpp1082 void TabsModelNG::SetCachedMaxCount(std::optional<int32_t> cachedMaxCount, TabsCacheMode cacheMode) in SetCachedMaxCount()
1090 FrameNode* frameNode, std::optional<int32_t> cachedMaxCount, TabsCacheMode cacheMode) in SetCachedMaxCount()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
DArkTabs.ts159 cachedMaxCount(count: number, mode: TabsCacheMode): this { method in ArkTabsComponent
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_tabs.cpp795 std::optional<int32_t> cachedMaxCount; in SetCachedMaxCount() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
Dswiper_pattern.cpp617 auto cachedMaxCount = tabsLayoutProperty->GetCachedMaxCountValue(-1); in UpdateItemsLatestSwitched() local
661 auto cachedMaxCount = tabsLayoutProperty->GetCachedMaxCountValue(-1); in HandleTabsCachedMaxCount() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DarkComponent.js31748 cachedMaxCount(count, mode) { method in ArkTabsComponent