Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarView.java86 private static final int MAX_BUBBLES = 5; field in BubbleBarView
708 if (getChildCount() + 1 > MAX_BUBBLES) { in addView()
793 float fullElevationForChild = (MAX_BUBBLES * mBubbleElevation) - i; in updateBubblesLayoutProperties()