Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenIconDrawableFactory.java154 static final float DEFAULT_VIEW_PORT_SCALE = 1f / (1 + 2 * EXTRA_INSET_PERCENTAGE); field in SplashscreenIconDrawableFactory.MaskBackgroundDrawable
237 int insetWidth = (int) (bounds.width() / (DEFAULT_VIEW_PORT_SCALE * 2)); in updateLayerBounds()
238 int insetHeight = (int) (bounds.height() / (DEFAULT_VIEW_PORT_SCALE * 2)); in updateLayerBounds()
/frameworks/base/graphics/java/android/graphics/drawable/
DAdaptiveIconDrawable.java102 private static final float DEFAULT_VIEW_PORT_SCALE = 1f / (1 + 2 * EXTRA_INSET_PERCENTAGE); field in AdaptiveIconDrawable
327 int insetWidth = (int) (bounds.width() / (DEFAULT_VIEW_PORT_SCALE * 2)); in updateLayerBoundsInternal()
328 int insetHeight = (int) (bounds.height() / (DEFAULT_VIEW_PORT_SCALE * 2)); in updateLayerBoundsInternal()
816 return (int)(getMaxIntrinsicWidth() * DEFAULT_VIEW_PORT_SCALE); in getIntrinsicWidth()
836 return (int)(getMaxIntrinsicHeight() * DEFAULT_VIEW_PORT_SCALE); in getIntrinsicHeight()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt19354 Landroid/graphics/drawable/AdaptiveIconDrawable;->DEFAULT_VIEW_PORT_SCALE:F