Searched refs:MASK_SIZE (Results 1 – 7 of 7) sorted by relevance
156 private static final float MASK_SIZE = AdaptiveIconDrawable.MASK_SIZE; field in SplashscreenIconDrawableFactory.MaskBackgroundDrawable195 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()
45 private static final float MASK_SIZE = 100f; field in DynamicAdaptiveIconDrawable253 mMaskMatrix.setScale(b.width() / MASK_SIZE, b.height() / MASK_SIZE); in updateMaskBoundsInternal()
85 public static final float MASK_SIZE = 100f; field in AdaptiveIconDrawable338 mMaskMatrix.setScale(b.width() / MASK_SIZE, b.height() / MASK_SIZE); in updateMaskBoundsInternal()
78 private static final int MASK_SIZE = 0x00000080; field in BluetoothMapContent703 if ((ap.getParameterMask() & MASK_SIZE) != 0) { in setSize()
1025 field public static final float MASK_SIZE = 100.0f;