Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenIconDrawableFactory.java156 private static final float MASK_SIZE = AdaptiveIconDrawable.MASK_SIZE; field in SplashscreenIconDrawableFactory.MaskBackgroundDrawable
195 mMaskMatrix.setScale(bounds.width() / MASK_SIZE, bounds.height() / MASK_SIZE); in updateLayerBounds()
/aosp12/frameworks/base/packages/SettingsLib/AdaptiveIcon/src/com/android/settingslib/widget/
H A DAdaptiveIconShapeDrawable.java54 final float pathSize = AdaptiveIconDrawable.MASK_SIZE; in init()
H A DAdaptiveOutlineDrawable.java126 final float pathSize = AdaptiveIconDrawable.MASK_SIZE; in draw()
/aosp12/packages/apps/ThemePicker/src/com/android/customization/widget/
H A DDynamicAdaptiveIconDrawable.java45 private static final float MASK_SIZE = 100f; field in DynamicAdaptiveIconDrawable
253 mMaskMatrix.setScale(b.width() / MASK_SIZE, b.height() / MASK_SIZE); in updateMaskBoundsInternal()
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DAdaptiveIconDrawable.java85 public static final float MASK_SIZE = 100f; field in AdaptiveIconDrawable
338 mMaskMatrix.setScale(b.width() / MASK_SIZE, b.height() / MASK_SIZE); in updateMaskBoundsInternal()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContent.java78 private static final int MASK_SIZE = 0x00000080; field in BluetoothMapContent
703 if ((ap.getParameterMask() & MASK_SIZE) != 0) { in setSize()
/aosp12/frameworks/base/core/api/
H A Dtest-current.txt1025 field public static final float MASK_SIZE = 100.0f;