Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DShapeDelegate.kt51 fun getPath(pathSize: Float = DEFAULT_PATH_SIZE) = in <lambda>()
211 RectF(0f, 0f, DEFAULT_PATH_SIZE, DEFAULT_PATH_SIZE), in <lambda>()
270 const val DEFAULT_PATH_SIZE = 100f in <lambda>() constant
299 AREA_CALC_SIZE / DEFAULT_PATH_SIZE, in <lambda>()
300 AREA_CALC_SIZE / DEFAULT_PATH_SIZE, in <lambda>()
DPreloadIconDrawable.java65 private static final int DEFAULT_PATH_SIZE = 100; field in PreloadIconDrawable
122 ThemeManager.INSTANCE.get(context).getIconShape().getPath(DEFAULT_PATH_SIZE) in PreloadIconDrawable()
185 (bounds.width() - 2 * progressWidth) / DEFAULT_PATH_SIZE, in onBoundsChange()
186 (bounds.height() - 2 * progressWidth) / DEFAULT_PATH_SIZE); in onBoundsChange()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleView.java51 public static final int DEFAULT_PATH_SIZE = 100; field in BubbleView
130 mDotRenderer = new DotRenderer(mBubbleSize, dotPath, DEFAULT_PATH_SIZE); in updateBubbleSizeAndDotRender()
255 mDotRenderer = new DotRenderer(mBubbleSize, bubble.getDotPath(), DEFAULT_PATH_SIZE); in setBubble()
DBubbleCreator.java154 float radius = BubbleView.DEFAULT_PATH_SIZE / 2f; in populateBubble()
/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java21 import static com.android.launcher3.graphics.ShapeDelegate.DEFAULT_PATH_SIZE;
962 .getPath(DEFAULT_PATH_SIZE); in getIconShapeOrNull()