Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/widget/
DDynamicAdaptiveIconDrawable.java57 private static final float DEFAULT_VIEW_PORT_SCALE = 1f / (1 + 2 * EXTRA_INSET_PERCENTAGE); field in DynamicAdaptiveIconDrawable
242 int insetWidth = (int) (bounds.width() / (DEFAULT_VIEW_PORT_SCALE * 2)); in updateLayerBoundsInternal()
243 int insetHeight = (int) (bounds.height() / (DEFAULT_VIEW_PORT_SCALE * 2)); in updateLayerBoundsInternal()
656 return (int)(getMaxIntrinsicWidth() * DEFAULT_VIEW_PORT_SCALE); in getIntrinsicWidth()
676 return (int)(getMaxIntrinsicHeight() * DEFAULT_VIEW_PORT_SCALE); in getIntrinsicHeight()