Home
last modified time | relevance | path

Searched refs:INSET_UNDEFINED (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
DLayerDrawable.java93 public static final int INSET_UNDEFINED = Integer.MIN_VALUE; field in LayerDrawable
771 setLayerInsetInternal(index, l, t, r, b, INSET_UNDEFINED, INSET_UNDEFINED); in setLayerInset()
1567 final int insetL = insetRtlL == INSET_UNDEFINED ? r.mInsetL : insetRtlL; in updateLayerBoundsInternal()
1568 final int insetR = insetRtlR == INSET_UNDEFINED ? r.mInsetR : insetRtlR; in updateLayerBoundsInternal()
1666 final int insetL = insetRtlL == INSET_UNDEFINED ? r.mInsetL : insetRtlL;
1667 final int insetR = insetRtlR == INSET_UNDEFINED ? r.mInsetR : insetRtlR;
1827 public int mInsetS = INSET_UNDEFINED;
1828 public int mInsetE = INSET_UNDEFINED;
1906 if (mInsetS != INSET_UNDEFINED) {
1909 if (mInsetE != INSET_UNDEFINED) {
/frameworks/base/api/
Dcurrent.txt14209 field public static final int INSET_UNDEFINED = -2147483648; // 0x80000000
Dsystem-current.txt14989 field public static final int INSET_UNDEFINED = -2147483648; // 0x80000000