Searched refs:DEFAULT_PATH_SIZE (Results 1 – 4 of 4) sorted by relevance
63 private static final int DEFAULT_PATH_SIZE = 100; field in PreloadIconDrawable132 mShapePath = GraphicsUtils.getShapePath(DEFAULT_PATH_SIZE); in PreloadIconDrawable()153 (bounds.width() - 2 * PROGRESS_WIDTH - 2 * PROGRESS_GAP) / DEFAULT_PATH_SIZE, in onBoundsChange()154 (bounds.height() - 2 * PROGRESS_WIDTH - 2 * PROGRESS_GAP) / DEFAULT_PATH_SIZE); in onBoundsChange()160 float scale = bounds.width() / DEFAULT_PATH_SIZE; in onBoundsChange()
55 public static final int DEFAULT_PATH_SIZE = 100; field in BadgedImageView132 iconPath, DEFAULT_PATH_SIZE); in initialize()213 iconPath, DEFAULT_PATH_SIZE); in drawDot()
19 import static com.android.wm.shell.bubbles.BadgedImageView.DEFAULT_PATH_SIZE;202 float radius = DEFAULT_PATH_SIZE / 2f; in populate()
107 val radius = BadgedImageView.DEFAULT_PATH_SIZE / 2f