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

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

Completed in 54 milliseconds