Searched refs:getBubbleCount (Results 1 – 2 of 2) sorted by relevance
811 if (getBubbleCount() == 0) { in BubbleStackView()817 floatingContentCoordinator, this::getBubbleCount, onBubbleAnimatedOut); in BubbleStackView()1444 if (getBubbleCount() > 0) { in updateSystemGestureExcludeRects()1506 if (getBubbleCount() == 0 && mShouldShowUserEducation) { in addBubble()1512 if (getBubbleCount() == 0) { in addBubble()1541 for (int i = 0; i < getBubbleCount(); i++) { in removeBubble()2080 mExpandedAnimationController.getBubbleLeft(isOverflow ? getBubbleCount() in animateSwitchBubbles()2147 return getBubbleCount() > i in getBubbleAt()2156 if (!mIsExpanded && getBubbleCount() > 0) { in onImeVisibilityChanged()2551 if (getBubbleCount() > 0) { in getTouchableRegion()[all …]
793 if (getBubbleCount() == 1) { in onChildAdded()813 if (getBubbleCount() > 0) { in onChildRemoved()1054 private int getBubbleCount() { in getBubbleCount() method in StackAnimationController