Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleStackView.java1488 if (getBubbleCount() > 0) { in updateSystemGestureExcludeRects()
1557 if (getBubbleCount() == 0) { in addBubble()
1577 for (int i = 0; i < getBubbleCount(); i++) { in removeBubble()
2230 if (!mIsExpanded && getBubbleCount() > 0) { in animateForIme()
2845 int bubbleCount = getBubbleCount(); in updateBubbleShadows()
2866 int bubbleCount = getBubbleCount();
2877 int bubbleCount = getBubbleCount();
2887 int bubbleCount = getBubbleCount();
2929 public int getBubbleCount() {
2986 getBubbleCount(),
[all …]
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DStackAnimationController.java580 final float bottomPadding = getBubbleCount() > 1
746 if (getBubbleCount() == 1) { in onChildAdded()
766 if (getBubbleCount() > 0) { in onChildRemoved()
1064 private int getBubbleCount() { in getBubbleCount() method in StackAnimationController