Home
last modified time | relevance | path

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

/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A 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) {
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt17205 field public static final int INSET_UNDEFINED = -2147483648; // 0x80000000