Searched defs:getExtraInsetFraction (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DAdaptiveIconDrawable.java70 * Rect(getBounds().left - getBounds().getWidth() * #getExtraInsetFraction(),
71 * getBounds().top - getBounds().getHeight() * #getExtraInsetFraction(),
72 * getBounds().right + getBounds().getWidth() * #getExtraInsetFraction(),
73 * getBounds().bottom + getBounds().getHeight() * #getExtraInsetFraction())
240 public static float getExtraInsetFraction() { method in class:AdaptiveIconDrawable
264 * extended by {@link #getExtraInsetFraction()} * getBounds().width on left/right sides and by
265 * {@link #getExtraInsetFraction()} * getBounds().height on top/bottom sides.
275 * extended by {@link #getExtraInsetFraction()} * getBounds().width on left/right sides and by
276 * {@link #getExtraInsetFraction()} * getBounds().height on top/bottom sides.

Completed in 51 milliseconds