Searched refs:UNDEFINED (Results 1 - 16 of 16) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DRtlSpacingHelper.java26 public static final int UNDEFINED = Integer.MIN_VALUE; field in class:RtlSpacingHelper
30 private int mStart = UNDEFINED;
31 private int mEnd = UNDEFINED;
59 if (end != UNDEFINED) mLeft = end;
60 if (start != UNDEFINED) mRight = start;
62 if (start != UNDEFINED) mLeft = start;
63 if (end != UNDEFINED) mRight = end;
69 if (left != UNDEFINED) mLeft = mExplicitLeft = left;
70 if (right != UNDEFINED) mRight = mExplicitRight = right;
80 mLeft = mEnd != UNDEFINED
[all...]
H A DGridLayout.java189 public static final int UNDEFINED = Integer.MIN_VALUE; field in class:GridLayout
244 private static final int DEFAULT_COUNT = UNDEFINED;
679 return margin == UNDEFINED ? getDefaultMargin(view, lp, horizontal, leading) : margin;
735 final int count = (axis.definedCount != UNDEFINED) ? axis.definedCount : 0;
830 if (span.min != UNDEFINED && span.min < 0) {
835 if (count != UNDEFINED) {
890 // Apply defaults, so as to remove UNDEFINED values
1220 public int definedCount = UNDEFINED;
1221 private int maxIndex = UNDEFINED;
1270 return result == -1 ? UNDEFINED
2549 static final Spec UNDEFINED = spec(GridLayout.UNDEFINED); field in class:GridLayout.Spec
[all...]
H A DNumberPicker.java2243 private static final int UNDEFINED = Integer.MIN_VALUE; field in class:NumberPicker.AccessibilityNodeProviderImpl
2255 private int mAccessibilityFocusedView = UNDEFINED;
2325 mAccessibilityFocusedView = UNDEFINED;
2386 mAccessibilityFocusedView = UNDEFINED;
2419 mAccessibilityFocusedView = UNDEFINED;
2450 mAccessibilityFocusedView = UNDEFINED;
H A DToolbar.java226 RtlSpacingHelper.UNDEFINED);
229 RtlSpacingHelper.UNDEFINED);
237 if (contentInsetStart != RtlSpacingHelper.UNDEFINED ||
238 contentInsetEnd != RtlSpacingHelper.UNDEFINED) {
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DRtlSpacingHelper.java28 public static final int UNDEFINED = Integer.MIN_VALUE; field in class:RtlSpacingHelper
32 private int mStart = UNDEFINED;
33 private int mEnd = UNDEFINED;
61 if (end != UNDEFINED) mLeft = end;
62 if (start != UNDEFINED) mRight = start;
64 if (start != UNDEFINED) mLeft = start;
65 if (end != UNDEFINED) mRight = end;
71 if (left != UNDEFINED) mLeft = mExplicitLeft = left;
72 if (right != UNDEFINED) mRight = mExplicitRight = right;
82 mLeft = mEnd != UNDEFINED
[all...]
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityRecord.java58 private static final int UNDEFINED = -1; field in class:AccessibilityRecord
82 int mCurrentItemIndex = UNDEFINED;
83 int mItemCount = UNDEFINED;
84 int mFromIndex = UNDEFINED;
85 int mToIndex = UNDEFINED;
86 int mScrollX = UNDEFINED;
87 int mScrollY = UNDEFINED;
88 int mMaxScrollX = UNDEFINED;
89 int mMaxScrollY = UNDEFINED;
91 int mAddedCount= UNDEFINED;
[all...]
H A DAccessibilityWindowInfo.java67 private static final int UNDEFINED = -1; field in class:AccessibilityWindowInfo
79 private int mType = UNDEFINED;
80 private int mLayer = UNDEFINED;
82 private int mId = UNDEFINED;
83 private int mParentId = UNDEFINED;
87 private int mConnectionId = UNDEFINED;
146 if (mConnectionId == UNDEFINED) {
161 if (mConnectionId == UNDEFINED || mParentId == UNDEFINED) {
314 if (mConnectionId == UNDEFINED) {
[all...]
/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
H A DGridLayoutTest.java25 import static android.widget.GridLayout.UNDEFINED;
39 Spec rowSpec = spec(UNDEFINED, null);
40 Spec colSpec = spec(UNDEFINED, null);
/frameworks/av/media/img_utils/include/img_utils/
H A DTiffHelpers.h74 UNDEFINED, enumerator in enum:android::img_utils::TagType
104 case UNDEFINED:
H A DTagDefinitions.h345 UNDEFINED,
998 UNDEFINED,
1022 UNDEFINED,
1038 UNDEFINED,
1046 UNDEFINED,
1278 UNDEFINED,
1286 UNDEFINED,
1294 UNDEFINED,
/frameworks/av/services/audioflinger/
H A DFastMixer.h75 enum {UNDEFINED, MIXED, ZEROED} mMixerBufferState; enumerator in enum:android::FastMixer::__anon739
H A DFastMixer.cpp62 mMixerBufferState(UNDEFINED),
205 mMixerBufferState = UNDEFINED;
407 mMixerBufferState = UNDEFINED;
411 if (mMixerBufferState == UNDEFINED) {
/frameworks/av/media/img_utils/src/
H A DTiffEntry.cpp48 if (type == BYTE || type == ASCII || type == UNDEFINED) {
58 if (type == SBYTE || type == ASCII || type == UNDEFINED) {
138 case UNDEFINED:
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java179 public static final int UNDEFINED = Integer.MIN_VALUE; field in class:GridLayout
229 private static final int DEFAULT_COUNT = UNDEFINED;
663 return margin == UNDEFINED ? getDefaultMargin(view, lp, horizontal, leading) : margin;
723 final int count = (axis.definedCount != UNDEFINED) ? axis.definedCount : 0;
806 if (span.min != UNDEFINED && span.min < 0) {
811 if (count != UNDEFINED) {
1097 public int definedCount = UNDEFINED;
1098 private int maxIndex = UNDEFINED;
1147 return result == -1 ? UNDEFINED : result;
1151 if (maxIndex == UNDEFINED) {
2424 static final Spec UNDEFINED = spec(GridLayout.UNDEFINED); field in class:GridLayout.Spec
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DToolbar.java234 RtlSpacingHelper.UNDEFINED);
237 RtlSpacingHelper.UNDEFINED);
245 if (contentInsetStart != RtlSpacingHelper.UNDEFINED ||
246 contentInsetEnd != RtlSpacingHelper.UNDEFINED) {
/frameworks/base/core/java/android/provider/
H A DContactsContract.java970 public static final int UNDEFINED = 0; field in interface:ContactsContract.FullNameStyle
988 public static final int UNDEFINED = 0; field in interface:ContactsContract.PhoneticNameStyle
1014 public static final int UNDEFINED = 0; field in interface:ContactsContract.DisplayNameSources

Completed in 4020 milliseconds