Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBadgedImageView.java134 final int bubbleSize = mPositioner.getBubbleSize(); in getOutline()
145 mDotRenderer = new DotRenderer(mPositioner.getBubbleSize(), in initialize()
242 mDotRenderer = new DotRenderer(mPositioner.getBubbleSize(), in drawDot()
DBubblePositioner.java285 public int getBubbleSize() { in getBubbleSize() method in BubblePositioner
534 getBubbleSize()); in getPointerPosition()
536 ? bubblePosition + (getBubbleSize() / 2f) in getPointerPosition()
DBubbleFlyoutView.java344 mBubbleSize = mPositioner.getBubbleSize(); in setupFlyoutStartingAsDot()
DBubbleStackView.java1639 mBubbleSize = mPositioner.getBubbleSize(); in onDisplaySizeChanged()
1986 new FrameLayout.LayoutParams(mPositioner.getBubbleSize(), in addBubble()
1987 mPositioner.getBubbleSize())); in addBubble()
2339 new LayoutParams(mPositioner.getBubbleSize(), in setBubbleSuppressed()
2340 mPositioner.getBubbleSize())); in setBubbleSuppressed()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleFlyoutViewTest.java60 when(mPositioner.getBubbleSize()).thenReturn(60); in setUp()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DExpandedAnimationController.java226 mBubbleSizePx = mPositioner.getBubbleSize(); in updateResources()
DStackAnimationController.java846 mBubbleSize = mPositioner.getBubbleSize();