Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java1383 int bubbsCount = mBubbleContainer.getChildCount(); in updateDots() local
1384 for (int i = 0; i < bubbsCount; i++) { in updateDots()