Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubblePositioner.java291 public boolean showBubblesVertically() { in showBubblesVertically() method in BubblePositioner
350 if (showBubblesVertically()) { in getExpandedViewContainerPadding()
375 if (showBubblesVertically()) { in getExpandedViewYTopAligned()
389 int paddingTop = showBubblesVertically() in getMaxExpandedViewHeight()
393 int pointerSize = showBubblesVertically() in getMaxExpandedViewHeight()
471 return showBubblesVertically() in getPointerPosition()
491 final float centerPosition = showBubblesVertically() in getExpandedBubbleXY()
498 if (showBubblesVertically()) { in getExpandedBubbleXY()
514 if (showBubblesVertically() && mImeVisible) { in getExpandedBubbleXY()
530 if (!showBubblesVertically()) { in getExpandedBubbleYForIme()
[all …]
H A DBubbleStackView.java1882 final boolean showVertically = mPositioner.showBubblesVertically(); in animateExpansion()
1908 mPositioner.showBubblesVertically() ? p.y : p.x); in animateExpansion()
2041 if (mPositioner.showBubblesVertically()) { in animateCollapse()
2117 if (mPositioner.showBubblesVertically()) { in animateSwitchBubbles()
2141 if (mPositioner.showBubblesVertically()) { in animateSwitchBubbles()
2247 } else if (mPositioner.showBubblesVertically() && mIsExpanded in animateForIme()
2829 mPositioner.showBubblesVertically() ? p.y : p.x)); in updateExpandedView()
2892 boolean onLeft = mPositioner.showBubblesVertically() && !mStackOnLeftOrWillBe;
2919 float bubblePosition = mPositioner.showBubblesVertically()
H A DBubbleExpandedView.java695 final boolean showVertically = mPositioner.showBubblesVertically(); in setPointerPosition()
709 final float bubbleCenter = mPositioner.showBubblesVertically() in setPointerPosition()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DExpandedAnimationController.java492 if (mPositioner.showBubblesVertically()) { in onChildAdded()
504 if (mPositioner.showBubblesVertically()) { in onChildAdded()
H A DStackAnimationController.java971 if (mPositioner.showBubblesVertically()) { in animateInBubble()
994 if (mPositioner.showBubblesVertically()) { in animateInBubble()