Searched refs:INSET_UNDEFINED (Results 1 – 3 of 3) sorted by relevance
94 public static final int INSET_UNDEFINED = Integer.MIN_VALUE; field in LayerDrawable778 setLayerInsetInternal(index, l, t, r, b, INSET_UNDEFINED, INSET_UNDEFINED); in setLayerInset()1574 final int insetL = insetRtlL == INSET_UNDEFINED ? r.mInsetL : insetRtlL; in updateLayerBoundsInternal()1575 final int insetR = insetRtlR == INSET_UNDEFINED ? r.mInsetR : insetRtlR; in updateLayerBoundsInternal()1673 final int insetL = insetRtlL == INSET_UNDEFINED ? r.mInsetL : insetRtlL;1674 final int insetR = insetRtlR == INSET_UNDEFINED ? r.mInsetR : insetRtlR;1836 public int mInsetS = INSET_UNDEFINED;1837 public int mInsetE = INSET_UNDEFINED;1915 if (mInsetS != INSET_UNDEFINED) {1918 if (mInsetE != INSET_UNDEFINED) {
15663 field public static final int INSET_UNDEFINED = -2147483648; // 0x80000000