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