Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DLayerDrawable.java95 public static final int INSET_UNDEFINED = Integer.MIN_VALUE; field in LayerDrawable
779 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) {
/frameworks/base/core/api/
Dcurrent.txt16784 field public static final int INSET_UNDEFINED = -2147483648; // 0x80000000