Home
last modified time | relevance | path

Searched refs:MASK_SIZE (Results 1 – 6 of 6) sorted by relevance

/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DGraphicsUtils.java42 private static final float MASK_SIZE = 100f; field in GraphicsUtils
111 if (size != MASK_SIZE) { in getShapePath()
113 float scale = ((float) size) / MASK_SIZE; in getShapePath()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenIconDrawableFactory.java174 private static final float MASK_SIZE = AdaptiveIconDrawable.MASK_SIZE; field in SplashscreenIconDrawableFactory.MaskBackgroundDrawable
213 mMaskMatrix.setScale(bounds.width() / MASK_SIZE, bounds.height() / MASK_SIZE); in updateLayerBounds()
/frameworks/base/packages/SettingsLib/AdaptiveIcon/src/com/android/settingslib/widget/
DAdaptiveIconShapeDrawable.java54 final float pathSize = AdaptiveIconDrawable.MASK_SIZE; in init()
DAdaptiveOutlineDrawable.java128 final float pathSize = AdaptiveIconDrawable.MASK_SIZE; in draw()
/frameworks/base/graphics/java/android/graphics/drawable/
DAdaptiveIconDrawable.java89 public static final float MASK_SIZE = 100f; field in AdaptiveIconDrawable
366 mMaskMatrix.setScale(b.width() / MASK_SIZE, b.height() / MASK_SIZE); in updateMaskBoundsInternal()
/frameworks/base/core/api/
Dtest-current.txt1493 field public static final float MASK_SIZE = 100.0f;