Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DExpandedAnimationControllerTest.java165 int bubbleCount = mLayout.getChildCount(); in getRowLeft() local
166 final float totalBubbleWidth = bubbleCount * mBubbleSize; in getRowLeft()
167 final float totalGapWidth = (bubbleCount - 1) * getSpaceBetweenBubbles(); in getRowLeft()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleViewProvider.java35 void logUIEvent(int bubbleCount, int action, float normalX, float normalY, int index); in logUIEvent() argument
DBubbleOverflowActivity.java83 int bubbleCount = state.getItemCount(); in getColumnCountForAccessibility() local
85 if (bubbleCount < columnCount) { in getColumnCountForAccessibility()
89 return bubbleCount; in getColumnCountForAccessibility()
DBubbleOverflow.java166 public void logUIEvent(int bubbleCount, int action, float normalX, float normalY, in logUIEvent() argument
DBubble.java716 public void logUIEvent(int bubbleCount, int action, float normalX, float normalY, int index) { in logUIEvent() argument
722 bubbleCount, in logUIEvent()
DBubbleStackView.java2797 int bubbleCount = getBubbleCount(); in updateBubbleZOrdersAndDotPosition() local
2798 for (int i = 0; i < bubbleCount; i++) { in updateBubbleZOrdersAndDotPosition()