Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DAdaptiveIconDrawable.java88 private static final float SAFEZONE_SCALE = 66f/72f; field in AdaptiveIconDrawable
395 …mMaskMatrix.setScale(SAFEZONE_SCALE, SAFEZONE_SCALE, getBounds().centerX(), getBounds().centerY()); in getSafeZone()