Searched refs:portScale (Results 1 – 1 of 1) sorted by relevance
366 final float portScale = 1f / (1 + 2 * getExtraInsetFraction()); in createIconBitmap() local367 final int insetWidth = (int) (bounds.width() / (portScale * 2)); in createIconBitmap()368 final int insetHeight = (int) (bounds.height() / (portScale * 2)); in createIconBitmap()