Searched refs:insettedWidth (Results 1 – 2 of 2) sorted by relevance
1026 int insettedWidth = bitmap.getWidth() - bitmapInsets.left - bitmapInsets.right; in aspectRatiosMatch() local1029 if (insettedHeight == 0 || insettedWidth == 0 || bitmap.getWidth() == 0 in aspectRatiosMatch()1038 float insettedBitmapAspect = ((float) insettedWidth) / insettedHeight; in aspectRatiosMatch()
1099 int insettedWidth = bitmap.getWidth() - insets.left - insets.right; in createScreenDrawable() local1103 if (insettedHeight == 0 || insettedWidth == 0 || bitmap.getWidth() == 0 in createScreenDrawable()1112 -1f * insets.left / insettedWidth, in createScreenDrawable()1114 -1f * insets.right / insettedWidth, in createScreenDrawable()