Searched defs:mInsetE (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/graphics/java/android/graphics/drawable/
H A DLayerDrawable.java371 layer.mInsetE = a.getDimensionPixelOffset(attr, layer.mInsetE);
896 childDrawable.mInsetE = e;
906 return childDrawable.mInsetE;
916 childDrawable.mInsetE = e;
1548 final int insetRtlL = isLayoutRtl ? r.mInsetE : r.mInsetS;
1549 final int insetRtlR = isLayoutRtl ? r.mInsetS : r.mInsetE;
1647 final int insetRtlL = isLayoutRtl ? r.mInsetE : r.mInsetS;
1648 final int insetRtlR = isLayoutRtl ? r.mInsetS : r.mInsetE;
1811 public int mInsetE field in class:LayerDrawable.ChildDrawable
[all...]

Completed in 50 milliseconds