/frameworks/base/core/java/android/widget/ |
D | RtlSpacingHelper.java | 26 public static final int UNDEFINED = Integer.MIN_VALUE; field in RtlSpacingHelper 30 private int mStart = UNDEFINED; 31 private int mEnd = UNDEFINED; 59 if (end != UNDEFINED) mLeft = end; in setRelative() 60 if (start != UNDEFINED) mRight = start; in setRelative() 62 if (start != UNDEFINED) mLeft = start; in setRelative() 63 if (end != UNDEFINED) mRight = end; in setRelative() 69 if (left != UNDEFINED) mLeft = mExplicitLeft = left; in setAbsolute() 70 if (right != UNDEFINED) mRight = mExplicitRight = right; in setAbsolute() 80 mLeft = mEnd != UNDEFINED ? mEnd : mExplicitLeft; in setDirection() [all …]
|
D | GridLayout.java | 189 public static final int UNDEFINED = Integer.MIN_VALUE; field in GridLayout 244 private static final int DEFAULT_COUNT = UNDEFINED; 679 return margin == UNDEFINED ? getDefaultMargin(view, lp, horizontal, leading) : margin; in getMargin1() 735 final int count = (axis.definedCount != UNDEFINED) ? axis.definedCount : 0; in validateLayoutParams() 830 if (span.min != UNDEFINED && span.min < 0) { in checkLayoutParams() 835 if (count != UNDEFINED) { in checkLayoutParams() 1198 public int definedCount = UNDEFINED; 1199 private int maxIndex = UNDEFINED; 1247 return result == -1 ? UNDEFINED : result; in calculateMaxIndex() 1251 if (maxIndex == UNDEFINED) { in getMaxIndex() [all …]
|
D | NumberPicker.java | 2300 private static final int UNDEFINED = Integer.MIN_VALUE; field in NumberPicker.AccessibilityNodeProviderImpl 2312 private int mAccessibilityFocusedView = UNDEFINED; 2382 mAccessibilityFocusedView = UNDEFINED; in performAction() 2443 mAccessibilityFocusedView = UNDEFINED; in performAction() 2476 mAccessibilityFocusedView = UNDEFINED; in performAction() 2507 mAccessibilityFocusedView = UNDEFINED; in performAction()
|
D | Toolbar.java | 233 RtlSpacingHelper.UNDEFINED); in Toolbar() 236 RtlSpacingHelper.UNDEFINED); in Toolbar() 244 if (contentInsetStart != RtlSpacingHelper.UNDEFINED || in Toolbar() 245 contentInsetEnd != RtlSpacingHelper.UNDEFINED) { in Toolbar()
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
D | RtlSpacingHelper.java | 28 public static final int UNDEFINED = Integer.MIN_VALUE; field in RtlSpacingHelper 32 private int mStart = UNDEFINED; 33 private int mEnd = UNDEFINED; 61 if (end != UNDEFINED) mLeft = end; in setRelative() 62 if (start != UNDEFINED) mRight = start; in setRelative() 64 if (start != UNDEFINED) mLeft = start; in setRelative() 65 if (end != UNDEFINED) mRight = end; in setRelative() 71 if (left != UNDEFINED) mLeft = mExplicitLeft = left; in setAbsolute() 72 if (right != UNDEFINED) mRight = mExplicitRight = right; in setAbsolute() 82 mLeft = mEnd != UNDEFINED ? mEnd : mExplicitLeft; in setDirection() [all …]
|
/frameworks/base/core/java/android/view/accessibility/ |
D | AccessibilityRecord.java | 58 private static final int UNDEFINED = -1; field in 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 …]
|
D | AccessibilityWindowInfo.java | 67 private static final int UNDEFINED = -1; field in 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) { in getRoot() 161 if (mConnectionId == UNDEFINED || mParentId == UNDEFINED) { in getParent() 314 if (mConnectionId == UNDEFINED) { in getChild() 490 builder.append(", hasParent=").append(mParentId != UNDEFINED); in toString() [all …]
|
/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/ |
D | GridLayoutTest.java | 25 import static android.widget.GridLayout.UNDEFINED; 39 Spec rowSpec = spec(UNDEFINED, null); in create() 40 Spec colSpec = spec(UNDEFINED, null); in create()
|
/frameworks/av/media/img_utils/include/img_utils/ |
D | TagDefinitions.h | 345 UNDEFINED, 998 UNDEFINED, 1022 UNDEFINED, 1038 UNDEFINED, 1046 UNDEFINED, 1278 UNDEFINED, 1286 UNDEFINED, 1294 UNDEFINED,
|
D | TiffHelpers.h | 74 UNDEFINED, enumerator 104 case UNDEFINED: in getTypeSize()
|
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/ |
D | GridLayout.java | 182 public static final int UNDEFINED = Integer.MIN_VALUE; field in GridLayout 232 private static final int DEFAULT_COUNT = UNDEFINED; 666 return margin == UNDEFINED ? getDefaultMargin(view, lp, horizontal, leading) : margin; in getMargin1() 726 final int count = (axis.definedCount != UNDEFINED) ? axis.definedCount : 0; in validateLayoutParams() 809 if (span.min != UNDEFINED && span.min < 0) { in checkLayoutParams() 814 if (count != UNDEFINED) { in checkLayoutParams() 1093 public int definedCount = UNDEFINED; 1094 private int maxIndex = UNDEFINED; 1142 return result == -1 ? UNDEFINED : result; in calculateMaxIndex() 1146 if (maxIndex == UNDEFINED) { in getMaxIndex() [all …]
|
/frameworks/support/v4/java/android/support/v4/view/accessibility/ |
D | AccessibilityWindowInfoCompat.java | 59 return UNDEFINED; in getType() 64 return UNDEFINED; in getLayer() 79 return UNDEFINED; in getId() 199 private static final int UNDEFINED = -1; field in AccessibilityWindowInfoCompat
|
/frameworks/av/media/img_utils/src/ |
D | TiffEntry.cpp | 48 if (type == BYTE || type == ASCII || type == UNDEFINED) { in forceValidType() 58 if (type == SBYTE || type == ASCII || type == UNDEFINED) { in forceValidType() 138 case UNDEFINED: in toString()
|
/frameworks/base/core/java/android/util/ |
D | LayoutDirection.java | 33 public static final int UNDEFINED = -1; field in LayoutDirection
|
/frameworks/av/services/audioflinger/ |
D | FastMixer.cpp | 63 mMixerBufferState(UNDEFINED), in FastMixer() 212 mMixerBufferState = UNDEFINED; in onStateChange() 414 mMixerBufferState = UNDEFINED; in onWork() 418 if (mMixerBufferState == UNDEFINED) { in onWork()
|
D | FastMixer.h | 74 enum {UNDEFINED, MIXED, ZEROED} mMixerBufferState; enumerator
|
/frameworks/support/v7/gridlayout/api/ |
D | 22.2.1.txt | 44 field public static final int UNDEFINED = -2147483648; // 0x80000000
|
D | 22.1.0.txt | 44 field public static final int UNDEFINED = -2147483648; // 0x80000000
|
D | 22.2.0.txt | 44 field public static final int UNDEFINED = -2147483648; // 0x80000000
|
D | 22.0.0.txt | 44 field public static final int UNDEFINED = -2147483648; // 0x80000000
|
D | 23.txt | 44 field public static final int UNDEFINED = -2147483648; // 0x80000000
|
D | current.txt | 44 field public static final int UNDEFINED = -2147483648; // 0x80000000
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | Toolbar.java | 249 RtlSpacingHelper.UNDEFINED); in Toolbar() 252 RtlSpacingHelper.UNDEFINED); in Toolbar() 260 if (contentInsetStart != RtlSpacingHelper.UNDEFINED || in Toolbar() 261 contentInsetEnd != RtlSpacingHelper.UNDEFINED) { in Toolbar()
|
/frameworks/base/core/java/android/provider/ |
D | ContactsContract.java | 975 public static final int UNDEFINED = 0; field 993 public static final int UNDEFINED = 0; field 1020 public static final int UNDEFINED = 0; field
|
/frameworks/base/core/java/android/view/ |
D | View.java | 1885 public static final int LAYOUT_DIRECTION_UNDEFINED = LayoutDirection.UNDEFINED;
|