Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/graphics/
H A DPreloadIconDrawable.java63 private static final int DEFAULT_PATH_SIZE = 100; field in PreloadIconDrawable
132 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()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBadgedImageView.java55 public static final int DEFAULT_PATH_SIZE = 100; field in BadgedImageView
132 iconPath, DEFAULT_PATH_SIZE); in initialize()
213 iconPath, DEFAULT_PATH_SIZE); in drawDot()
H A DBubbleViewInfoTask.java19 import static com.android.wm.shell.bubbles.BadgedImageView.DEFAULT_PATH_SIZE;
202 float radius = DEFAULT_PATH_SIZE / 2f; in populate()
H A DBubbleOverflow.kt107 val radius = BadgedImageView.DEFAULT_PATH_SIZE / 2f