Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
Dtabs_model.h166 … virtual void SetCachedMaxCount(std::optional<int32_t> cachedMaxCount, TabsCacheMode cacheMode) {} in SetCachedMaxCount()
Dtabs_model_static.cpp785 …FrameNode* frameNode, std::optional<int32_t> cachedMaxCount, std::optional<TabsCacheMode> cacheMod… in SetCachedMaxCount()
Dtabs_model_ng.cpp1237 void TabsModelNG::SetCachedMaxCount(std::optional<int32_t> cachedMaxCount, TabsCacheMode cacheMode) in SetCachedMaxCount()
1245 FrameNode* frameNode, std::optional<int32_t> cachedMaxCount, TabsCacheMode cacheMode) in SetCachedMaxCount()
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala-arkts/arkui-ohos/src/component/
Dtabs.ts704 cachedMaxCount(count: number | undefined, mode: TabsCacheMode | undefined): this method
1053 public cachedMaxCount(count: number | undefined, mode: TabsCacheMode | undefined): this { method in ArkTabsComponent
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
DArkTabs.ts211 cachedMaxCount(count: number, mode: TabsCacheMode): this { method in ArkTabsComponent
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_tabs.cpp923 std::optional<int32_t> cachedMaxCount; in SetCachedMaxCount() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
Dswiper_pattern.cpp682 auto cachedMaxCount = tabsLayoutProperty->GetCachedMaxCountValue(-1); in UpdateItemsLatestSwitched() local
726 auto cachedMaxCount = tabsLayoutProperty->GetCachedMaxCountValue(-1); in HandleTabsCachedMaxCount() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DarkComponent.js36300 cachedMaxCount(count, mode) { method in ArkTabsComponent