Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DStackAnimationController.java214 mPositioner.getAllowableStackPositionRegion(getBubbleCount())
349 final RectF stackBounds = mPositioner.getAllowableStackPositionRegion(getBubbleCount()); in flingStackThenSpringToEdge()
422 final RectF bounds = mPositioner.getAllowableStackPositionRegion(getBubbleCount());
461 final RectF bounds = mPositioner.getAllowableStackPositionRegion(getBubbleCount());
523 getBubbleCount()).bottom;
721 if (getBubbleCount() == 1) { in onChildAdded()
747 if (getBubbleCount() > 0) { in onChildRemoved()
948 mPositioner.getAllowableStackPositionRegion(getBubbleCount()))); in setStackPosition()
1043 private int getBubbleCount() { in getBubbleCount() method in StackAnimationController
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java933 if (getBubbleCount() == 0) { in BubbleStackView()
939 floatingContentCoordinator, this::getBubbleCount, onBubbleAnimatedOut, in BubbleStackView()
1615 mPositioner.getAllowableStackPositionRegion(getBubbleCount())); in onOrientationChanged()
1662 mPositioner.getAllowableStackPositionRegion(getBubbleCount()))); in onDisplaySizeChanged()
1765 final RectF stackBounds = mPositioner.getAllowableStackPositionRegion(getBubbleCount()); in performAccessibilityActionInternal()
1817 final int moreCount = getBubbleCount(); in updateContentDescription()
1893 if (getBubbleCount() > 0) { in updateSystemGestureExcludeRects()
1957 final boolean firstBubble = getBubbleCount() == 0; in addBubble()
2002 if (isExpanded() && getBubbleCount() == 1) { in removeBubble()
2020 } else if (getBubbleCount() == 1) { in removeBubble()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java2059 assertThat(mBubbleController.getStackView().getBubbleCount()).isEqualTo(1); in registerBubbleBarListener_barDisabled_largeScreen_shouldBeIgnored()
2077 assertThat(mBubbleController.getStackView().getBubbleCount()).isEqualTo(1); in registerBubbleBarListener_barEnabled_smallScreen_shouldBeIgnored()