Home
last modified time | relevance | path

Searched refs:bubblePosition (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleExpandedView.java718 public void setPointerPosition(float bubblePosition, boolean onLeft) { in setPointerPosition() argument
736 ? bubblePosition + (mPositioner.getBubbleSize() / 2f) - expandedViewY in setPointerPosition()
737 : bubblePosition + (normalizedSize / 2f) - mPointerWidth; in setPointerPosition()
DBubbleStackView.java2800 float bubblePosition = mExpandedAnimationController.getBubbleXOrYForOrientation(index);
2801 mExpandedBubble.getExpandedView().setPointerPosition(bubblePosition, mStackOnLeftOrWillBe);