Searched refs:MASK_SIZE (Results 1 – 6 of 6) sorted by relevance
42 private static final float MASK_SIZE = 100f; field in GraphicsUtils111 if (size != MASK_SIZE) { in getShapePath()113 float scale = ((float) size) / MASK_SIZE; in getShapePath()
174 private static final float MASK_SIZE = AdaptiveIconDrawable.MASK_SIZE; field in SplashscreenIconDrawableFactory.MaskBackgroundDrawable213 mMaskMatrix.setScale(bounds.width() / MASK_SIZE, bounds.height() / MASK_SIZE); in updateLayerBounds()
54 final float pathSize = AdaptiveIconDrawable.MASK_SIZE; in init()
128 final float pathSize = AdaptiveIconDrawable.MASK_SIZE; in draw()
89 public static final float MASK_SIZE = 100f; field in AdaptiveIconDrawable366 mMaskMatrix.setScale(b.width() / MASK_SIZE, b.height() / MASK_SIZE); in updateMaskBoundsInternal()
1493 field public static final float MASK_SIZE = 100.0f;