Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_pattern.cpp1042 …auto maxItemsSize = autoCollapse_ ? INDEXER_BUBBLE_MAXSIZE_COLLAPSED_API_TWELVE : INDEXER_BUBBLE_M… in UpdateBubbleSize() local
1058 … auto maxItemsSize = autoCollapse_ ? INDEXER_BUBBLE_MAXSIZE_COLLAPSED : INDEXER_BUBBLE_MAXSIZE; in UpdateBubbleSize() local
1204 …auto maxItemsSize = autoCollapse_ ? INDEXER_BUBBLE_MAXSIZE_COLLAPSED_API_TWELVE : INDEXER_BUBBLE_M… in UpdateBubbleListView() local
1240 …auto maxItemsSize = autoCollapse_ ? INDEXER_BUBBLE_MAXSIZE_COLLAPSED_API_TWELVE : INDEXER_BUBBLE_M… in UpdateBubbleListSize() local
1256 … auto maxItemsSize = autoCollapse_ ? INDEXER_BUBBLE_MAXSIZE_COLLAPSED : INDEXER_BUBBLE_MAXSIZE; in UpdateBubbleListSize() local
1317 void IndexerPattern::UpdatePopupListGradientView(int32_t popupSize, int32_t maxItemsSize) in UpdatePopupListGradientView()
1403 CalcSize IndexerPattern::CalcBubbleListSize(int32_t popupSize, int32_t maxItemsSize) in CalcBubbleListSize()