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.java353 final float portScale = 1f / (1 + 2 * getExtraInsetFraction()); in createIconBitmap() local
354 final int insetWidth = (int) (bounds.width() / (portScale * 2)); in createIconBitmap()
355 final int insetHeight = (int) (bounds.height() / (portScale * 2)); in createIconBitmap()