Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
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()
DBubbleViewInfoTask.java19 import static com.android.wm.shell.bubbles.BadgedImageView.DEFAULT_PATH_SIZE;
202 float radius = DEFAULT_PATH_SIZE / 2f; in populate()
DBubbleOverflow.kt107 val radius = BadgedImageView.DEFAULT_PATH_SIZE / 2f in updateBtnTheme()