Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/AdaptiveIcon/src/com/android/settingslib/widget/
DAdaptiveIconShapeDrawable.java54 final float pathSize = AdaptiveIconDrawable.MASK_SIZE; in init()
DAdaptiveOutlineDrawable.java63 final float pathSize = AdaptiveIconDrawable.MASK_SIZE; in draw()
/frameworks/base/graphics/java/android/graphics/drawable/
DAdaptiveIconDrawable.java84 public static final float MASK_SIZE = 100f; field in AdaptiveIconDrawable
336 mMaskMatrix.setScale(b.width() / MASK_SIZE, b.height() / MASK_SIZE); in updateMaskBoundsInternal()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileBaseView.java88 float pathSize = AdaptiveIconDrawable.MASK_SIZE; in QSTileBaseView()
/frameworks/base/api/
Dtest-current.txt886 field public static final float MASK_SIZE = 100.0f;