Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleLogger.java123 void logStackUiChanged(String packageName, int action, int bubbleCount, float normalX, in logStackUiChanged() argument
130 bubbleCount, in logStackUiChanged()
144 void logBubbleUiChanged(Bubble bubble, String packageName, int action, int bubbleCount, in logBubbleUiChanged() argument
151 bubbleCount, in logBubbleUiChanged()
H A DBubbleOverflowContainerView.java87 int bubbleCount = state.getItemCount(); in getColumnCountForAccessibility() local
89 if (bubbleCount < columnCount) { in getColumnCountForAccessibility()
93 return bubbleCount; in getColumnCountForAccessibility()
H A DBubblePositioner.java716 public RectF getAllowableStackPositionRegion(int bubbleCount) {
719 final float bottomPadding = bubbleCount > 1
H A DBubbleStackView.java3232 int bubbleCount = getBubbleCount(); in updateBubbleShadows() local
3233 for (int i = 0; i < bubbleCount; i++) { in updateBubbleShadows()
3253 int bubbleCount = getBubbleCount();
3254 for (int i = 0; i < bubbleCount; i++) {
3264 int bubbleCount = getBubbleCount();
3265 for (int i = 0; i < bubbleCount; i++) {
3274 int bubbleCount = getBubbleCount();
3275 for (int i = 0; i < bubbleCount; i++) {
H A DBubbleData.java931 int bubbleCount, int bubbleIndex, float normalX, float normalY) { in logBubbleEvent() argument
933 mLogger.logStackUiChanged(packageName, action, bubbleCount, normalX, normalY); in logBubbleEvent()
939 mLogger.logBubbleUiChanged((Bubble) provider, packageName, action, bubbleCount, normalX, in logBubbleEvent()