Home
last modified time | relevance | path

Searched refs:maxShowCount_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_component.cpp273 ++maxShowCount_; in BuildIndexerItems()
275 --maxShowCount_; in BuildIndexerItems()
288 double arcLen = itemCount_ < maxShowCount_ ? in BuildIndexerItems()
289 INDEXER_ARC_LENGTH / maxShowCount_ * (itemCount_ - 1) : INDEXER_ARC_LENGTH; in BuildIndexerItems()
H A Dindexer_component.h182 return maxShowCount_; in GetMaxShowCount()
281 int32_t maxShowCount_ = INDEXER_ITEM_MAX_COUNT; // max item shown on screen variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Dindexer_component.h124 return maxShowCount_; in GetMaxShowCount()
314 int32_t maxShowCount_ = INDEXER_ITEM_MAX_COUNT; // max item shown on screen variable