Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DExpandedAnimationController.java85 private float mBubbleSizePx; field in ExpandedAnimationController
213 mBubbleSizePx = mPositioner.getBubbleSize(); in updateResources()
273 : availableRect.right - mBubbleSizePx; in startOrUpdatePathAnimation()
341 return mBubbleSizePx; in prepareForBubbleDrag()
346 return mBubbleSizePx; in prepareForBubbleDrag()
394 y > getExpandedY() + mBubbleSizePx || y < getExpandedY() - mBubbleSizePx; in dragBubbleOut()
534 ? -mBubbleSizePx * ANIMATE_TRANSLATION_FACTOR in onChildAdded()
535 : availableRect.right + mBubbleSizePx * ANIMATE_TRANSLATION_FACTOR; in onChildAdded()
538 : availableRect.right - mBubbleSizePx - mExpandedViewPadding; in onChildAdded()
550 float fromY = getExpandedY() - mBubbleSizePx * ANIMATE_TRANSLATION_FACTOR; in onChildAdded()
[all …]