Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DSimpleIconFactory.java366 final float portScale = 1f / (1 + 2 * getExtraInsetFraction()); in createIconBitmap() local
367 final int insetWidth = (int) (bounds.width() / (portScale * 2)); in createIconBitmap()
368 final int insetHeight = (int) (bounds.height() / (portScale * 2)); in createIconBitmap()