Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBadgedImageView.java120 final int bubbleSize = mPositioner.getBubbleSize(); in getOutline()
131 mDotRenderer = new DotRenderer(mPositioner.getBubbleSize(), in initialize()
212 mDotRenderer = new DotRenderer(mPositioner.getBubbleSize(), in drawDot()
H A DBubblePositioner.java296 public int getBubbleSize() { in getBubbleSize() method in BubblePositioner
470 getBubbleSize()); in getPointerPosition()
472 ? bubblePosition + (getBubbleSize() / 2f) in getPointerPosition()
H A DBubbleStackView.java866 new FrameLayout.LayoutParams(mPositioner.getBubbleSize(), in BubbleStackView()
867 mPositioner.getBubbleSize())); in BubbleStackView()
1307 mBubbleSize = mPositioner.getBubbleSize(); in onDisplaySizeChanged()
1554 new FrameLayout.LayoutParams(mPositioner.getBubbleSize(), in addBubble()
1555 mPositioner.getBubbleSize())); in addBubble()
H A DBubbleFlyoutView.java338 mBubbleSize = mPositioner.getBubbleSize(); in setupFlyoutStartingAsDot()
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
H A DBubbleFlyoutViewTest.java60 when(mPositioner.getBubbleSize()).thenReturn(60); in setUp()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DExpandedAnimationController.java201 mBubbleSizePx = mPositioner.getBubbleSize(); in updateResources()
H A DStackAnimationController.java861 mBubbleSize = mPositioner.getBubbleSize();