Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DInsetDrawable.java122 float insetTopFraction, float insetRightFraction, float insetBottomFraction) { in InsetDrawable() argument
128 mState.mInsetBottom = new InsetValue(insetBottomFraction, 0); in InsetDrawable()