Home
last modified time | relevance | path

Searched defs:MASK_SIZE (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenIconDrawableFactory.java163 private static final float MASK_SIZE = AdaptiveIconDrawable.MASK_SIZE; field in SplashscreenIconDrawableFactory.MaskBackgroundDrawable
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DAdaptiveIconDrawable.java89 public static final float MASK_SIZE = 100f; field in AdaptiveIconDrawable