Searched refs:insettedHeight (Results 1 – 2 of 2) sorted by relevance
1027 int insettedHeight = bitmap.getHeight() - bitmapInsets.top - bitmapInsets.bottom; in aspectRatiosMatch() local1029 if (insettedHeight == 0 || insettedWidth == 0 || bitmap.getWidth() == 0 in aspectRatiosMatch()1038 float insettedBitmapAspect = ((float) insettedWidth) / insettedHeight; in aspectRatiosMatch()
1100 int insettedHeight = bitmap.getHeight() - insets.top - insets.bottom; in createScreenDrawable() local1103 if (insettedHeight == 0 || insettedWidth == 0 || bitmap.getWidth() == 0 in createScreenDrawable()1113 -1f * insets.top / insettedHeight, in createScreenDrawable()1115 -1f * insets.bottom / insettedHeight); in createScreenDrawable()