Home
last modified time | relevance | path

Searched refs:WHITE_SCRIM_ALPHA (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleViewInfoTask.java20 import static com.android.wm.shell.bubbles.BadgedImageView.WHITE_SCRIM_ALPHA;
297 Color.WHITE, WHITE_SCRIM_ALPHA); in populateCommonInfo()
H A DBadgedImageView.java54 public static final float WHITE_SCRIM_ALPHA = 0.54f; field in BadgedImageView