Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/
DBubblePositionerTest.kt553 assertThat(positioner.isBubbleBarOnLeft).isFalse() in testIsBubbleBarOnLeft_defaultsToRight()
557 assertThat(positioner.isBubbleBarOnLeft).isTrue() in testIsBubbleBarOnLeft_defaultsToRight()
559 assertThat(positioner.isBubbleBarOnLeft).isFalse() in testIsBubbleBarOnLeft_defaultsToRight()
567 assertThat(positioner.isBubbleBarOnLeft).isTrue() in testIsBubbleBarOnLeft_rtlEnabled_defaultsToLeft()
571 assertThat(positioner.isBubbleBarOnLeft).isTrue() in testIsBubbleBarOnLeft_rtlEnabled_defaultsToLeft()
573 assertThat(positioner.isBubbleBarOnLeft).isFalse() in testIsBubbleBarOnLeft_rtlEnabled_defaultsToLeft()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleBarExpandedViewDragController.kt96 pinController.onDragStart(bubblePositioner.isBubbleBarOnLeft) in <lambda>()
DBubbleBarAnimationHelper.java241 float pivotX = mPositioner.isBubbleBarOnLeft() ? availableRect.left : availableRect.right; in setScaleFromBubbleBar()
483 if (mPositioner.isBubbleBarOnLeft()) { in getExpandedViewRestPosition()
DBubbleBarLayerView.java370 mPositioner.getBubbleBarExpandedViewBounds(mPositioner.isBubbleBarOnLeft(), in updateExpandedView()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubblePositioner.java844 public boolean isBubbleBarOnLeft() { in isBubbleBarOnLeft() method in BubblePositioner
DBubbleController.java1206 mBubblePositioner.getBubbleBarExpandedViewBounds(mBubblePositioner.isBubbleBarOnLeft(), in startBubbleDrag()