Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DExpandedAnimationController.java80 private float mBubbleSizePx; field in ExpandedAnimationController
201 mBubbleSizePx = mPositioner.getBubbleSize(); in updateResources()
315 return mBubbleSizePx; in prepareForBubbleDrag()
320 return mBubbleSizePx; in prepareForBubbleDrag()
372 y > expandedY + mBubbleSizePx || y < expandedY - mBubbleSizePx; in dragBubbleOut()
506 ? p.x - mBubbleSizePx * ANIMATE_TRANSLATION_FACTOR in onChildAdded()
507 : p.x + mBubbleSizePx * ANIMATE_TRANSLATION_FACTOR; in onChildAdded()
512 float fromY = p.y - mBubbleSizePx * ANIMATE_TRANSLATION_FACTOR; in onChildAdded()