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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DLayerDrawable.java356 layer.mInsetR = a.getDimensionPixelOffset(attr, layer.mInsetR);
469 childDrawable.mInsetR = right;
820 childDrawable.mInsetR = r;
830 return childDrawable.mInsetR;
919 childDrawable.mInsetR = r;
1568 final int insetR = insetRtlR == INSET_UNDEFINED ? r.mInsetR : insetRtlR;
1667 final int insetR = insetRtlR == INSET_UNDEFINED ? r.mInsetR : insetRtlR;
1826 public int mInsetL, mInsetT, mInsetR, mInsetB; field in class:LayerDrawable.ChildDrawable
1872 mInsetR
[all...]

Completed in 52 milliseconds