Searched refs:MAX_BUBBLES (Results 1 – 1 of 1) sorted by relevance
86 private static final int MAX_BUBBLES = 5; field in BubbleBarView708 if (getChildCount() + 1 > MAX_BUBBLES) { in addView()793 float fullElevationForChild = (MAX_BUBBLES * mBubbleElevation) - i; in updateBubblesLayoutProperties()