Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubblePositioner.java433 public float getExpandedViewY(BubbleViewProvider bubble, float bubblePosition) { in getExpandedViewY() method in BubblePositioner
H A DBubbleExpandedView.java710 ? pointerPosition - mPositioner.getExpandedViewY(mBubble, bubblePosition) in setPointerPosition()
H A DBubbleStackView.java913 final float translationY = mPositioner.getExpandedViewY(mExpandedBubble, in BubbleStackView()
1907 final float translationY = mPositioner.getExpandedViewY(mExpandedBubble, in animateExpansion()
2828 mExpandedViewContainer.setTranslationY(mPositioner.getExpandedViewY(mExpandedBubble, in updateExpandedView()