Searched refs:scaleInsets (Results 1 – 2 of 2) sorted by relevance
50 outlineRect = scaleInsets(outlineLeft, outlineTop, in InsetStruct()66 public static Rect scaleInsets(int left, int top, int right, int bottom, float scale) { in scaleInsets() method in NinePatch.InsetStruct
710 mOutlineInsets = NinePatch.InsetStruct.scaleInsets(outlineRect.left, outlineRect.top, in computeBitmapSize()