Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubblePositioner.java373 public float getExpandedViewYTopAligned() { in getExpandedViewYTopAligned() method in BubblePositioner
388 int expandedContainerY = (int) getExpandedViewYTopAligned() - getInsets().top; in getMaxExpandedViewHeight()
436 float topAlignment = getExpandedViewYTopAligned(); in getExpandedViewY()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DExpandedAnimationController.java370 final float expandedY = mPositioner.getExpandedViewYTopAligned(); in dragBubbleOut()