Searched refs:getExtraInsetFraction (Results 1 – 9 of 9) sorted by relevance
139 … (int)(draw1.getIntrinsicWidth() * (1 + 2 * AdaptiveIconDrawable.getExtraInsetFraction())), in testWithAdaptiveBitmap()140 … (int)(draw1.getIntrinsicHeight() * (1 + 2 * AdaptiveIconDrawable.getExtraInsetFraction())), in testWithAdaptiveBitmap()144 … (int) (draw1.getIntrinsicWidth() * (1 + 2 * AdaptiveIconDrawable.getExtraInsetFraction())), in testWithAdaptiveBitmap()145 … (int) (draw1.getIntrinsicHeight() * (1 + 2 * AdaptiveIconDrawable.getExtraInsetFraction()))); in testWithAdaptiveBitmap()
22 import static android.graphics.drawable.AdaptiveIconDrawable.getExtraInsetFraction;366 final float portScale = 1f / (1 + 2 * getExtraInsetFraction()); in createIconBitmap()
264 public static float getExtraInsetFraction() { in getExtraInsetFraction() method in AdaptiveIconDrawable
1552 maxIconDimension *= (1 + 2 * AdaptiveIconDrawable.getExtraInsetFraction()); in saveIconAndFixUpShortcutLocked()
970 float viewportPercentage = 1 / (1 + 2 * AdaptiveIconDrawable.getExtraInsetFraction()); in testIcons()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
6921 HSPLandroid/graphics/drawable/AdaptiveIconDrawable;->getExtraInsetFraction()F
6924 HSPLandroid/graphics/drawable/AdaptiveIconDrawable;->getExtraInsetFraction()F
16747 method public static float getExtraInsetFraction();