Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBadgedImageView.java135 final int normalizedSize = IconNormalizer.getNormalizedCircleSize(bubbleSize); in getOutline()
DBubblePositioner.java533 final float normalizedSize = IconNormalizer.getNormalizedCircleSize( in getPointerPosition()
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DIconNormalizer.java407 public static int getNormalizedCircleSize(int size) { in getNormalizedCircleSize() method in IconNormalizer