Searched defs:mInsetB (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DLayerDrawable.java365 layer.mInsetB = a.getDimensionPixelOffset(attr, layer.mInsetB);
464 childDrawable.mInsetB = bottom;
854 childDrawable.mInsetB = b;
864 return childDrawable.mInsetB;
914 childDrawable.mInsetB = b;
1544 final int insetB = r.mInsetB;
1687 final int h = minHeight < 0 ? -1 : minHeight + r.mInsetT + r.mInsetB + padT + padB;
1809 public int mInsetL, mInsetT, mInsetR, mInsetB; field in class:LayerDrawable.ChildDrawable
1847 mInsetB
[all...]

Completed in 11 milliseconds