Searched defs:mInsetR (Results 1 - 1 of 1) sorted by path

/frameworks/base/graphics/java/android/graphics/drawable/
H A DLayerDrawable.java362 layer.mInsetR = a.getDimensionPixelOffset(attr, layer.mInsetR);
463 childDrawable.mInsetR = right;
814 childDrawable.mInsetR = r;
824 return childDrawable.mInsetR;
913 childDrawable.mInsetR = r;
1551 final int insetR = insetRtlR == INSET_UNDEFINED ? r.mInsetR : insetRtlR;
1650 final int insetR = insetRtlR == INSET_UNDEFINED ? r.mInsetR : insetRtlR;
1809 public int mInsetL, mInsetT, mInsetR, mInsetB; field in class:LayerDrawable.ChildDrawable
1846 mInsetR
[all...]

Completed in 52 milliseconds