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.java56 public static final int DEFAULT_PATH_SIZE = 100; field in BadgedImageView
146 iconPath, DEFAULT_PATH_SIZE); in initialize()
243 iconPath, DEFAULT_PATH_SIZE); in drawDot()
DBubbleViewInfoTask.java19 import static com.android.wm.shell.bubbles.BadgedImageView.DEFAULT_PATH_SIZE;
314 float radius = DEFAULT_PATH_SIZE / 2f; in populateCommonInfo()
DBubbleOverflow.kt162 val radius = BadgedImageView.DEFAULT_PATH_SIZE / 2f in updateBtnTheme()