Searched refs:bubbleCount (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/ |
D | ExpandedAnimationControllerTest.java | 165 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/ |
D | BubbleViewProvider.java | 35 void logUIEvent(int bubbleCount, int action, float normalX, float normalY, int index); in logUIEvent() argument
|
D | BubbleOverflowActivity.java | 83 int bubbleCount = state.getItemCount(); in getColumnCountForAccessibility() local 85 if (bubbleCount < columnCount) { in getColumnCountForAccessibility() 89 return bubbleCount; in getColumnCountForAccessibility()
|
D | BubbleOverflow.java | 166 public void logUIEvent(int bubbleCount, int action, float normalX, float normalY, in logUIEvent() argument
|
D | Bubble.java | 716 public void logUIEvent(int bubbleCount, int action, float normalX, float normalY, int index) { in logUIEvent() argument 722 bubbleCount, in logUIEvent()
|
D | BubbleStackView.java | 2797 int bubbleCount = getBubbleCount(); in updateBubbleZOrdersAndDotPosition() local 2798 for (int i = 0; i < bubbleCount; i++) { in updateBubbleZOrdersAndDotPosition()
|