Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DExpandedAnimationController.java261 : getExpandedY(); in startOrUpdatePathAnimation()
394 y > getExpandedY() + mBubbleSizePx || y < getExpandedY() - mBubbleSizePx; in dragBubbleOut()
440 .position(getBubbleXOrYForOrientation(index), getExpandedY())
462 0, (i, anim) -> anim.translationY(getExpandedY())).startAll(after); in updateYPosition()
466 public float getExpandedY() { in getExpandedY() method in ExpandedAnimationController
549 float toY = getExpandedY(); in onChildAdded()
550 float fromY = getExpandedY() - mBubbleSizePx * ANIMATE_TRANSLATION_FACTOR; in onChildAdded()
625 .translationY(getExpandedY())