Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DExpandedAnimationController.java82 private float mBubbleSizePx; field in ExpandedAnimationController
215 mBubbleSizePx = res.getDimensionPixelSize(R.dimen.individual_bubble_size); in updateResources()
220 - (mBubblesMaxRendered + 1) * mBubbleSizePx; in updateResources()
337 return mBubbleSizePx; in prepareForBubbleDrag()
342 return mBubbleSizePx; in prepareForBubbleDrag()
390 y > getExpandedY() + mBubbleSizePx || y < getExpandedY() - mBubbleSizePx; in dragBubbleOut()
534 - mBubbleSizePx * ANIMATE_TRANSLATION_FACTOR, /* from */ in onChildAdded()
606 final float bubbleFromRowLeft = index * (mBubbleSizePx + mSpaceBetweenBubbles); in getBubbleLeft()
658 float rowWidth = (mLayout.getChildCount() * mBubbleSizePx) in getRowLeft()