Searched defs:maxVisible (Results 1 – 2 of 2) sorted by relevance
159 int maxVisible = visibleCount <= MAX_ICONS ? MAX_ICONS : MAX_ICONS - 1; in onMeasure() local296 int maxVisible = totalVisible <= MAX_ICONS ? MAX_ICONS : MAX_ICONS - 1; in calculateIconTranslations() local
86 int maxVisible = launchState.launchedFromHome || launchState.launchedFromPipApp in computeStackVisibilityReport() local