Searched refs:scaleInsets (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | NinePatch.java | 52 outlineRect = scaleInsets(outlineLeft, outlineTop, in InsetStruct() 68 public static Rect scaleInsets(int left, int top, int right, int bottom, float scale) { in scaleInsets() method in NinePatch.InsetStruct
|
/frameworks/base/core/java/android/view/ |
D | CutoutSpecification.java | 134 mInsets = scaleInsets(mInsets, physicalPixelDisplaySizeRatio); in applyPhysicalPixelDisplaySizeRatio() 143 private Insets scaleInsets(Insets insets, float ratio) { in scaleInsets() method in CutoutSpecification
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | NinePatchDrawable.java | 715 mOutlineInsets = NinePatch.InsetStruct.scaleInsets(outlineRect.left, outlineRect.top, in computeBitmapSize()
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 6402 HSPLandroid/graphics/NinePatch$InsetStruct;->scaleInsets(IIIIF)Landroid/graphics/Rect;
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 6405 HSPLandroid/graphics/NinePatch$InsetStruct;->scaleInsets(IIIIF)Landroid/graphics/Rect;
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 18006 Landroid/graphics/NinePatch$InsetStruct;->scaleInsets(IIIIF)Landroid/graphics/Rect;
|