Searched refs:MASK_SIZE (Results 1 – 5 of 5) sorted by relevance
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()
55 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()
1499 field public static final float MASK_SIZE = 100.0f;