Home
last modified time | relevance | path

Searched refs:bubbleSize (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleOverflow.kt107 FrameLayout.LayoutParams(positioner.bubbleSize, positioner.bubbleSize) in updateResources()
260 val bubbleSize = positioner.bubbleSize in getIconView() constant
261 overflowBtn?.layoutParams = FrameLayout.LayoutParams(bubbleSize, bubbleSize) in getIconView()
DStackEducationView.kt158 positioner.bubbleSize + stackPadding, in show()
168 positioner.bubbleSize + stackPadding, in show()
173 translationY = stackPosition.y + positioner.bubbleSize / 2 - getHeight() / 2 in show()
DBadgedImageView.java134 final int bubbleSize = mPositioner.getBubbleSize(); in getOutline() local
135 final int normalizedSize = IconNormalizer.getNormalizedCircleSize(bubbleSize); in getOutline()
136 final int inset = (bubbleSize - normalizedSize) / 2; in getOutline()
/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/
DBubblePositionerTest.kt651 positioner.screenRect.height() / 2f - positioner.bubbleSize / 2f