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.java60 private float mBubbleSizePx; field in ExpandedAnimationController
194 y > getExpandedY() + mBubbleSizePx || y < getExpandedY() - mBubbleSizePx; in dragBubbleOut()
228 .translationX(mLayout.getWidth() / 2f - mBubbleSizePx / 2f)
310 mBubbleSizePx = res.getDimensionPixelSize(R.dimen.individual_bubble_size); in onActiveControllerForLayout()
361 getExpandedY() - mBubbleSizePx * ANIMATE_TRANSLATION_FACTOR, /* from */ in onChildAdded()
416 return mBubblePaddingPx + (mBubbleSizePx + mBubblePaddingPx) * index; in getXForChildAtIndex()
424 float bubbleLeftFromRowLeft = index * (mBubbleSizePx + mBubblePaddingPx); in getBubbleLeft()
435 double bubble = bubbleCount * mBubbleSizePx; in getRowLeft()