Home
last modified time | relevance | path

Searched refs:sourceOpticalInsets (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DNinePatchDrawable.java675 final Insets sourceOpticalInsets = mNinePatchState.mOpticalInsets; in computeBitmapSize() local
676 if (sourceOpticalInsets != Insets.NONE) { in computeBitmapSize()
678 sourceOpticalInsets.left, sourceDensity, targetDensity, true); in computeBitmapSize()
680 sourceOpticalInsets.top, sourceDensity, targetDensity, true); in computeBitmapSize()
682 sourceOpticalInsets.right, sourceDensity, targetDensity, true); in computeBitmapSize()
684 sourceOpticalInsets.bottom, sourceDensity, targetDensity, true); in computeBitmapSize()