Home
last modified time | relevance | path

Searched defs:gmax (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_pattern.cpp287 auto gmax = (fullArraySize - 1 - sharpItemCount_) - cmin * 6; // number of groups with maximum items count in ApplySevenPlusOneMode() local
323 auto gmax = (fullArraySize - 1 - sharpItemCount_) - cmin * 4; // number of groups with maximum items count in ApplyFivePlusOneMode() local
365 auto gmax = (fullArraySize - 1 - sharpItemCount_) - cmin * mode; // number of groups with maximum items count in GetAutoCollapseIndex() local

Completed in 6 milliseconds