Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleFlyoutView.java59 private final int mBubbleSize; field in BubbleFlyoutView
146 mBubbleSize = res.getDimensionPixelSize(R.dimen.individual_bubble_size); in BubbleFlyoutView()
223 stackPos.y + (mBubbleSize - mFlyoutTextContainer.getHeight()) / 2f); in showFlyout()
229 ? stackPos.x + mBubbleSize + mFlyoutSpaceFromBubble in showFlyout()
234 mRestingTranslationX + (arrowPointingLeft ? -mBubbleSize : mBubbleSize)); in showFlyout()
258 - mBubbleSize / 2f in showFlyout()
DBubbleStackView.java174 private int mBubbleSize; field in BubbleStackView
304 mBubbleSize = res.getDimensionPixelSize(R.dimen.individual_bubble_size); in BubbleStackView()
1156 final float destY = mDismissContainer.getDismissTargetCenterY() - mBubbleSize / 2f;
1298 return mDisplaySize.y - expandedY - mBubbleSize - pipDismissHeight; in getMaxExpandedHeight()
1305 return getStatusBarHeight() + mBubbleSize + mBubblePadding + mPointerHeight; in getYPositionForExpandedView()
1527 outline.setOval(0, 0, mBubbleSize, mBubbleSize); in updateBubbleShadowsAndDotPosition()
1551 float halfBubble = mBubbleSize / 2f; in updatePointerPosition()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DExpandedAnimationControllerTest.java56 private float mBubbleSize; field in ExpandedAnimationControllerTest
69 mBubbleSize = res.getDimensionPixelSize(R.dimen.individual_bubble_size); in setUp()
259 float bubbleLeftFromRowLeft = index * (mBubbleSize + mBubblePadding); in getBubbleLeft()
270 double bubble = bubbleCount * mBubbleSize; in getRowLeft()