Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DNinePatchDrawable.java676 final Insets sourceOpticalInsets = mNinePatchState.mOpticalInsets; in computeBitmapSize() local
677 if (sourceOpticalInsets != Insets.NONE) { in computeBitmapSize()
679 sourceOpticalInsets.left, sourceDensity, targetDensity, true); in computeBitmapSize()
681 sourceOpticalInsets.top, sourceDensity, targetDensity, true); in computeBitmapSize()
683 sourceOpticalInsets.right, sourceDensity, targetDensity, true); in computeBitmapSize()
685 sourceOpticalInsets.bottom, sourceDensity, targetDensity, true); in computeBitmapSize()