Searched refs:getBubbleSize (Results 1 – 7 of 7) sorted by relevance
134 final int bubbleSize = mPositioner.getBubbleSize(); in getOutline()145 mDotRenderer = new DotRenderer(mPositioner.getBubbleSize(), in initialize()242 mDotRenderer = new DotRenderer(mPositioner.getBubbleSize(), in drawDot()
285 public int getBubbleSize() { in getBubbleSize() method in BubblePositioner534 getBubbleSize()); in getPointerPosition()536 ? bubblePosition + (getBubbleSize() / 2f) in getPointerPosition()
344 mBubbleSize = mPositioner.getBubbleSize(); in setupFlyoutStartingAsDot()
1639 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()
60 when(mPositioner.getBubbleSize()).thenReturn(60); in setUp()
226 mBubbleSizePx = mPositioner.getBubbleSize(); in updateResources()
846 mBubbleSize = mPositioner.getBubbleSize();