Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubblePositioner.java214 int padding = showBubblesVertically() ? 0 : (mExpandedViewPadding * 2); in calculateMaxBubbles()
280 public boolean showBubblesVertically() { in showBubblesVertically() method in BubblePositioner
382 if (showBubblesVertically()) { in getExpandedViewContainerPadding()
397 paddings[1] = showBubblesVertically() ? 0 : mPointerMargin; in getExpandedViewContainerPadding()
407 int pointerOffset = showBubblesVertically() ? getPointerSize() : 0; in getTaskViewContentWidth()
414 if (showBubblesVertically()) { in getExpandedViewYTopAligned()
431 int paddingTop = showBubblesVertically() in getMaxExpandedViewHeight()
435 int pointerSize = showBubblesVertically() in getMaxExpandedViewHeight()
465 if (isOverflow && showBubblesVertically() && !mDeviceConfig.isLargeScreen()) { in getExpandedViewHeight()
501 if (!showBubblesVertically() || expandedViewHeight == MAX_HEIGHT) { in getExpandedViewY()
[all …]
DBubbleStackView.java1072 mPositioner.showBubblesVertically() ? p.y : p.x); in BubbleStackView()
2504 mPositioner.showBubblesVertically() ? bubbleXY.y : bubbleXY.x); in animateBubbleExpansion()
2509 final boolean showVertically = mPositioner.showBubblesVertically(); in animateBubbleExpansion()
2610 mPositioner.showBubblesVertically() ? bubbleXY.y : bubbleXY.x); in animateOverflowExpansion()
2724 if (mPositioner.showBubblesVertically()) { in animateSwitchBubbles()
2748 if (mPositioner.showBubblesVertically()) { in animateSwitchBubbles()
2874 if (mPositioner.showBubblesVertically() && expandedView != null) { in setImeVisible()
3446 final float translationX = mPositioner.showBubblesVertically() && mStackOnLeftOrWillBe in screenshotAnimatingOutBubbleIntoSurface()
3519 mPositioner.showBubblesVertically() ? p.y : p.x)); in updateExpandedView()
3576 boolean onLeft = mPositioner.showBubblesVertically() && !mStackOnLeftOrWillBe;
[all …]
DBubbleExpandedView.java1052 final boolean showVertically = mPositioner.showBubblesVertically(); in setPointerPosition()
1066 final float bubbleCenter = mPositioner.showBubblesVertically() in setPointerPosition()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DExpandedAnimationController.java263 boolean showBubblesVertically = mPositioner.showBubblesVertically(); in startOrUpdatePathAnimation()
308 if (showBubblesVertically || !isRtl) { in startOrUpdatePathAnimation()
554 if (mPositioner.showBubblesVertically()) { in onChildAdded()
566 if (mPositioner.showBubblesVertically()) { in onChildAdded()
DStackAnimationController.java965 if (mPositioner.showBubblesVertically()) { in animateInBubble()
988 if (mPositioner.showBubblesVertically()) { in animateInBubble()
/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/
DBubblePositionerTest.kt83 assertThat(positioner.showBubblesVertically()).isFalse() in testShowBubblesVertically_phonePortrait()
90 assertThat(positioner.showBubblesVertically()).isTrue() in testShowBubblesVertically_phoneLandscape()
96 assertThat(positioner.showBubblesVertically()).isTrue() in testShowBubblesVertically_tablet()