Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DPreloadIconDrawable.java65 private static final int DEFAULT_PATH_SIZE = 100; field in PreloadIconDrawable
124 GraphicsUtils.getShapePath(context, DEFAULT_PATH_SIZE)); in PreloadIconDrawable()
186 (bounds.width() - 2 * progressWidth) / DEFAULT_PATH_SIZE, in onBoundsChange()
187 (bounds.height() - 2 * progressWidth) / DEFAULT_PATH_SIZE); in onBoundsChange()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleView.java48 public static final int DEFAULT_PATH_SIZE = 100; field in BubbleView
190 mDotRenderer = new DotRenderer(mBubbleSize, bubble.getDotPath(), DEFAULT_PATH_SIZE); in setBubble()
DBubbleBarController.java570 float radius = BubbleView.DEFAULT_PATH_SIZE / 2f; in populateBubble()