Home
last modified time | relevance | path

Searched refs:isOverflow (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarView.java731 final int index = bubble.isOverflow() ? getChildCount() : 0; in addBubble()
780 int addedIndex = addedBubble.isOverflow() ? getChildCount() : 0; in addBubbleAndRemoveBubble()
1072 if (bv.isOverflow() || i > MAX_VISIBLE_BUBBLES_COLLAPSED - 1) { in updateBubblesLayoutProperties()
DBubbleView.java296 public boolean isOverflow() { in isOverflow() method in BubbleView