Searched refs:MAX_VISIBLE_BUBBLES_COLLAPSED (Results 1 – 1 of 1) sorted by relevance
87 private static final int MAX_VISIBLE_BUBBLES_COLLAPSED = 2; field in BubbleBarView815 if (i > MAX_VISIBLE_BUBBLES_COLLAPSED - 1) { in updateBubblesLayoutProperties()817 } else if (i == MAX_VISIBLE_BUBBLES_COLLAPSED - 1 in updateBubblesLayoutProperties()818 && bubbleCount == MAX_VISIBLE_BUBBLES_COLLAPSED) { in updateBubblesLayoutProperties()929 bubbleIndex == 0 && bubbleCount > MAX_VISIBLE_BUBBLES_COLLAPSED in getCollapsedBubbleTranslationX()1051 bubblePosition = index == 0 && getChildCount() > MAX_VISIBLE_BUBBLES_COLLAPSED ? 1 : 0; in arrowPositionForSelectedWhenCollapsed()1053 bubblePosition = index >= MAX_VISIBLE_BUBBLES_COLLAPSED in arrowPositionForSelectedWhenCollapsed()1054 ? MAX_VISIBLE_BUBBLES_COLLAPSED - 1 : index; in arrowPositionForSelectedWhenCollapsed()1125 return childCount > MAX_VISIBLE_BUBBLES_COLLAPSED in collapsedWidth()