Searched refs:getBubbleCount (Results 1 – 2 of 2) sorted by relevance
775 if (getBubbleCount() == 0 && !mBubbleData.isShowingOverflow()) { in BubbleStackView()780 floatingContentCoordinator, this::getBubbleCount, onBubbleAnimatedOut, in BubbleStackView()1443 if (getBubbleCount() > 0) { in updateSystemGestureExcludeRects()1499 if (getBubbleCount() == 0 && shouldShowStackEdu()) { in addBubble()1512 if (getBubbleCount() == 0) { in addBubble()1532 for (int i = 0; i < getBubbleCount(); i++) { in removeBubble()2073 ? getBubbleCount() in animateSwitchBubbles()2156 if (!mIsExpanded && getBubbleCount() > 0) { in onImeVisibilityChanged()2467 if (getBubbleCount() > 0 || mBubbleData.isShowingOverflow()) { in getTouchableRegion()2733 int bubbleCount = getBubbleCount(); in updateBubbleShadows()[all …]
759 if (getBubbleCount() == 1) { in onChildAdded()779 if (getBubbleCount() > 0) { in onChildRemoved()1080 private int getBubbleCount() { in getBubbleCount() method in StackAnimationController