Searched refs:mInsetBottom (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DInsetDrawable.java69 mInsetState.mInsetBottom = insetBottom;
124 mInsetState.mInsetBottom = inBottom;
172 padding.bottom += mInsetState.mInsetBottom;
175 mInsetState.mInsetTop | mInsetState.mInsetBottom) != 0) {
223 r.bottom -= mInsetState.mInsetBottom;
263 int mInsetBottom; field in class:InsetDrawable.InsetState
279 mInsetBottom = orig.mInsetBottom;

Completed in 33 milliseconds