/frameworks/support/v7/appcompat/src/android/support/v7/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 | Toolbar.java | 279 RtlSpacingHelper.UNDEFINED); in Toolbar() 282 RtlSpacingHelper.UNDEFINED); in Toolbar() 291 if (contentInsetStart != RtlSpacingHelper.UNDEFINED || in Toolbar() 292 contentInsetEnd != RtlSpacingHelper.UNDEFINED) { in Toolbar() 297 R.styleable.Toolbar_contentInsetStartWithNavigation, RtlSpacingHelper.UNDEFINED); in Toolbar() 299 R.styleable.Toolbar_contentInsetEndWithActions, RtlSpacingHelper.UNDEFINED); in Toolbar() 1226 return mContentInsetStartWithNavigation != RtlSpacingHelper.UNDEFINED in getContentInsetStartWithNavigation() 1246 insetStartWithNavigation = RtlSpacingHelper.UNDEFINED; in setContentInsetStartWithNavigation() 1269 return mContentInsetEndWithActions != RtlSpacingHelper.UNDEFINED in getContentInsetEndWithActions() 1288 insetEndWithActions = RtlSpacingHelper.UNDEFINED; in setContentInsetEndWithActions()
|
/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() 1205 public int definedCount = UNDEFINED; 1206 private int maxIndex = UNDEFINED; 1254 return result == -1 ? UNDEFINED : result; in calculateMaxIndex() 1258 if (maxIndex == UNDEFINED) { in getMaxIndex() [all …]
|
D | Toolbar.java | 264 RtlSpacingHelper.UNDEFINED); in Toolbar() 267 RtlSpacingHelper.UNDEFINED); in Toolbar() 276 if (contentInsetStart != RtlSpacingHelper.UNDEFINED || in Toolbar() 277 contentInsetEnd != RtlSpacingHelper.UNDEFINED) { in Toolbar() 282 R.styleable.Toolbar_contentInsetStartWithNavigation, RtlSpacingHelper.UNDEFINED); in Toolbar() 284 R.styleable.Toolbar_contentInsetEndWithActions, RtlSpacingHelper.UNDEFINED); in Toolbar() 1216 return mContentInsetStartWithNavigation != RtlSpacingHelper.UNDEFINED in getContentInsetStartWithNavigation() 1236 insetStartWithNavigation = RtlSpacingHelper.UNDEFINED; in setContentInsetStartWithNavigation() 1259 return mContentInsetEndWithActions != RtlSpacingHelper.UNDEFINED in getContentInsetEndWithActions() 1278 insetEndWithActions = RtlSpacingHelper.UNDEFINED; in setContentInsetEndWithActions()
|
D | NumberPicker.java | 2332 private static final int UNDEFINED = Integer.MIN_VALUE; field in NumberPicker.AccessibilityNodeProviderImpl 2344 private int mAccessibilityFocusedView = UNDEFINED; 2414 mAccessibilityFocusedView = UNDEFINED; in performAction() 2475 mAccessibilityFocusedView = UNDEFINED; in performAction() 2508 mAccessibilityFocusedView = UNDEFINED; in performAction() 2539 mAccessibilityFocusedView = UNDEFINED; in performAction()
|
/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 | 74 private static final int UNDEFINED = -1; field in AccessibilityWindowInfo 86 private int mType = UNDEFINED; 87 private int mLayer = UNDEFINED; 89 private int mId = UNDEFINED; 90 private int mParentId = UNDEFINED; 94 private int mAnchorId = UNDEFINED; 96 private int mConnectionId = UNDEFINED; 176 if (mConnectionId == UNDEFINED) { in getRoot() 202 if ((mConnectionId == UNDEFINED) || (mAnchorId == UNDEFINED) || (mParentId == UNDEFINED)) { in getAnchor() 217 if (mConnectionId == UNDEFINED || mParentId == UNDEFINED) { in getParent() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | TransformState.java | 41 private static final float UNDEFINED = -1f; field in TransformState 56 private float mTransformationEndY = UNDEFINED; 57 private float mTransformationEndX = UNDEFINED; 105 || transformX && getTransformationStartX() == UNDEFINED in transformViewFrom() 106 || transformY && getTransformationStartY() == UNDEFINED in transformViewFrom() 107 || transformScale && getTransformationStartScaleX() == UNDEFINED in transformViewFrom() 108 || transformScale && getTransformationStartScaleY() == UNDEFINED) { in transformViewFrom() 131 setTransformationStartScaleX(UNDEFINED); in transformViewFrom() 138 setTransformationStartScaleY(UNDEFINED); in transformViewFrom() 142 setTransformationStartX(UNDEFINED); in transformViewFrom() [all …]
|
/frameworks/av/media/img_utils/include/img_utils/ |
D | TagDefinitions.h | 357 UNDEFINED, 1010 UNDEFINED, 1034 UNDEFINED, 1050 UNDEFINED, 1058 UNDEFINED, 1290 UNDEFINED, 1298 UNDEFINED, 1306 UNDEFINED,
|
D | TiffHelpers.h | 74 UNDEFINED, enumerator 104 case UNDEFINED: in getTypeSize()
|
/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/base/packages/SystemUI/src/com/android/systemui/recents/events/ui/focus/ |
D | NavigateTaskViewEvent.java | 27 UNDEFINED, UP, DOWN, LEFT, RIGHT; enumConstant 46 return Direction.UNDEFINED; in getDirectionFromKeyCode()
|
/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() 1099 public int definedCount = UNDEFINED; 1100 private int maxIndex = UNDEFINED; 1148 return result == -1 ? UNDEFINED : result; in calculateMaxIndex() 1152 if (maxIndex == UNDEFINED) { in getMaxIndex() [all …]
|
/frameworks/support/compat/java/android/support/v4/view/accessibility/ |
D | AccessibilityWindowInfoCompat.java | 64 return UNDEFINED; in getType() 69 return UNDEFINED; in getLayer() 84 return UNDEFINED; in getId() 234 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/av/services/audioflinger/ |
D | FastMixer.cpp | 61 mMixerBufferState(UNDEFINED), in FastMixer() 215 mMixerBufferState = UNDEFINED; in onStateChange() 423 mMixerBufferState = UNDEFINED; in onWork() 427 mMixerBufferState = UNDEFINED; in onWork() 431 if (mMixerBufferState == UNDEFINED) { in onWork()
|
D | FastMixer.h | 78 enum {UNDEFINED, MIXED, ZEROED} mMixerBufferState; enumerator
|
/frameworks/base/core/java/android/util/ |
D | LayoutDirection.java | 33 public static final int UNDEFINED = -1; field in LayoutDirection
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationContentView.java | 55 public static final int UNDEFINED = -1; field in NotificationContentView 113 private int mAnimationStartVisibleType = UNDEFINED; 122 private int mContentHeightAtAnimationStart = UNDEFINED; 515 if (mTransformationStartVisibleType != UNDEFINED in updateContentTransformation() 741 mAnimationStartVisibleType = UNDEFINED; in animateToVisibleType() 1150 mTransformationStartVisibleType = UNDEFINED; 1184 mContentHeightAtAnimationStart = UNDEFINED;
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/ |
D | MultiSelectManager.java | 554 private static final int UNDEFINED = -1; field in MultiSelectManager.Range 557 int mEnd = UNDEFINED; 568 if (mEnd == UNDEFINED || mEnd == mBegin) { in snapSelection() 570 mEnd = UNDEFINED; in snapSelection() 578 assert(mRanger.mEnd == UNDEFINED); in establishRange() 594 assert(mEnd != UNDEFINED); in reviseRange()
|
/frameworks/base/services/core/java/com/android/server/content/ |
D | ContentService.java | 468 SyncStorageEngine.AuthorityInfo.UNDEFINED); in requestSync() 534 SyncStorageEngine.AuthorityInfo.UNDEFINED); in syncAsUser() 1171 return SyncStorageEngine.AuthorityInfo.UNDEFINED; in normalizeSyncable()
|
D | SyncManager.java | 510 AuthorityInfo.UNDEFINED); in SyncManager() 540 type.authority, null, AuthorityInfo.UNDEFINED); in SyncManager() 934 if (targetSyncState != AuthorityInfo.UNDEFINED && targetSyncState != isSyncable) { in scheduleSync() 983 } else if (targetSyncState == AuthorityInfo.UNDEFINED in scheduleSync() 1115 AuthorityInfo.UNDEFINED, LOCAL_SYNC_DELAY); in scheduleLocalSync()
|
D | SyncStorageEngine.java | 218 public static final int UNDEFINED = -2; field in SyncStorageEngine.AuthorityInfo
|
/frameworks/base/core/java/android/provider/ |
D | ContactsContract.java | 1070 public static final int UNDEFINED = 0; field 1088 public static final int UNDEFINED = 0; field 1115 public static final int UNDEFINED = 0; field
|