Searched refs:boundSize (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/graphics/java/android/graphics/drawable/
H A DInsetDrawable.java397 int getDimension(int boundSize) { argument
398 return (int) (boundSize * mFraction) + mDimension;

Completed in 48 milliseconds