Searched refs:MASK_SIZE (Results 1 – 5 of 5) sorted by relevance
152 private static final float MASK_SIZE = AdaptiveIconDrawable.MASK_SIZE; field in SplashscreenIconDrawableFactory.MaskBackgroundDrawable191 mMaskMatrix.setScale(bounds.width() / MASK_SIZE, bounds.height() / MASK_SIZE); in updateLayerBounds()
54 final float pathSize = AdaptiveIconDrawable.MASK_SIZE; in init()
126 final float pathSize = AdaptiveIconDrawable.MASK_SIZE; in draw()
85 public static final float MASK_SIZE = 100f; field in AdaptiveIconDrawable338 mMaskMatrix.setScale(b.width() / MASK_SIZE, b.height() / MASK_SIZE); in updateMaskBoundsInternal()
1018 field public static final float MASK_SIZE = 100.0f;