Home
last modified time | relevance | path

Searched refs:UNDEFINED (Results 1 – 25 of 34) sorted by relevance

12

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DRtlSpacingHelper.java26 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 …]
DToolbar.java277 RtlSpacingHelper.UNDEFINED); in Toolbar()
280 RtlSpacingHelper.UNDEFINED); in Toolbar()
288 if (contentInsetStart != RtlSpacingHelper.UNDEFINED || in Toolbar()
289 contentInsetEnd != RtlSpacingHelper.UNDEFINED) { in Toolbar()
294 R.styleable.Toolbar_contentInsetStartWithNavigation, RtlSpacingHelper.UNDEFINED); in Toolbar()
296 R.styleable.Toolbar_contentInsetEndWithActions, RtlSpacingHelper.UNDEFINED); in Toolbar()
1218 return mContentInsetStartWithNavigation != RtlSpacingHelper.UNDEFINED in getContentInsetStartWithNavigation()
1238 insetStartWithNavigation = RtlSpacingHelper.UNDEFINED; in setContentInsetStartWithNavigation()
1261 return mContentInsetEndWithActions != RtlSpacingHelper.UNDEFINED in getContentInsetEndWithActions()
1280 insetEndWithActions = RtlSpacingHelper.UNDEFINED; in setContentInsetEndWithActions()
/frameworks/base/core/java/android/widget/
DRtlSpacingHelper.java26 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 …]
DGridLayout.java189 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()
1204 public int definedCount = UNDEFINED;
1205 private int maxIndex = UNDEFINED;
1253 return result == -1 ? UNDEFINED : result; in calculateMaxIndex()
1257 if (maxIndex == UNDEFINED) { in getMaxIndex()
[all …]
DToolbar.java264 RtlSpacingHelper.UNDEFINED); in Toolbar()
267 RtlSpacingHelper.UNDEFINED); in Toolbar()
275 if (contentInsetStart != RtlSpacingHelper.UNDEFINED || in Toolbar()
276 contentInsetEnd != RtlSpacingHelper.UNDEFINED) { in Toolbar()
281 R.styleable.Toolbar_contentInsetStartWithNavigation, RtlSpacingHelper.UNDEFINED); in Toolbar()
283 R.styleable.Toolbar_contentInsetEndWithActions, RtlSpacingHelper.UNDEFINED); in Toolbar()
1213 return mContentInsetStartWithNavigation != RtlSpacingHelper.UNDEFINED in getContentInsetStartWithNavigation()
1233 insetStartWithNavigation = RtlSpacingHelper.UNDEFINED; in setContentInsetStartWithNavigation()
1256 return mContentInsetEndWithActions != RtlSpacingHelper.UNDEFINED in getContentInsetEndWithActions()
1275 insetEndWithActions = RtlSpacingHelper.UNDEFINED; in setContentInsetEndWithActions()
DNumberPicker.java2300 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()
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityRecord.java58 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 …]
DAccessibilityWindowInfo.java74 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/
DTransformState.java40 private static final float UNDEFINED = -1f; field in TransformState
55 private float mTransformationEndY = UNDEFINED;
56 private float mTransformationEndX = UNDEFINED;
104 || transformX && getTransformationStartX() == UNDEFINED in transformViewFrom()
105 || transformY && getTransformationStartY() == UNDEFINED in transformViewFrom()
106 || transformScale && getTransformationStartScaleX() == UNDEFINED in transformViewFrom()
107 || transformScale && getTransformationStartScaleY() == UNDEFINED) { in transformViewFrom()
130 setTransformationStartScaleX(UNDEFINED); in transformViewFrom()
137 setTransformationStartScaleY(UNDEFINED); in transformViewFrom()
141 setTransformationStartX(UNDEFINED); in transformViewFrom()
[all …]
/frameworks/av/media/img_utils/include/img_utils/
DTagDefinitions.h357 UNDEFINED,
1010 UNDEFINED,
1034 UNDEFINED,
1050 UNDEFINED,
1058 UNDEFINED,
1290 UNDEFINED,
1298 UNDEFINED,
1306 UNDEFINED,
DTiffHelpers.h74 UNDEFINED, enumerator
104 case UNDEFINED: in getTypeSize()
/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
DGridLayoutTest.java25 import static android.widget.GridLayout.UNDEFINED;
39 Spec rowSpec = spec(UNDEFINED, null); in create()
40 Spec colSpec = spec(UNDEFINED, null); in create()
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
DGridLayout.java182 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/v4/java/android/support/v4/view/accessibility/
DAccessibilityWindowInfoCompat.java61 return UNDEFINED; in getType()
66 return UNDEFINED; in getLayer()
81 return UNDEFINED; in getId()
225 private static final int UNDEFINED = -1; field in AccessibilityWindowInfoCompat
/frameworks/av/media/img_utils/src/
DTiffEntry.cpp48 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/
DFastMixer.cpp61 mMixerBufferState(UNDEFINED), in FastMixer()
215 mMixerBufferState = UNDEFINED; in onStateChange()
422 mMixerBufferState = UNDEFINED; in onWork()
426 mMixerBufferState = UNDEFINED; in onWork()
430 if (mMixerBufferState == UNDEFINED) { in onWork()
DFastMixer.h78 enum {UNDEFINED, MIXED, ZEROED} mMixerBufferState; enumerator
/frameworks/base/core/java/android/util/
DLayoutDirection.java33 public static final int UNDEFINED = -1; field in LayoutDirection
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationContentView.java55 public static final int UNDEFINED = -1; field in NotificationContentView
113 private int mAnimationStartVisibleType = UNDEFINED;
120 private int mContentHeightAtAnimationStart = UNDEFINED;
506 if (mTransformationStartVisibleType != UNDEFINED in updateContentTransformation()
732 mAnimationStartVisibleType = UNDEFINED; in animateToVisibleType()
1120 mTransformationStartVisibleType = UNDEFINED;
1154 mContentHeightAtAnimationStart = UNDEFINED;
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
DMultiSelectManager.java554 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/support/v7/gridlayout/api/
Dcurrent.txt44 field public static final int UNDEFINED = -2147483648; // 0x80000000
D22.2.0.txt44 field public static final int UNDEFINED = -2147483648; // 0x80000000
D22.2.1.txt44 field public static final int UNDEFINED = -2147483648; // 0x80000000
D23.1.0.txt44 field public static final int UNDEFINED = -2147483648; // 0x80000000
D23.0.0.txt44 field public static final int UNDEFINED = -2147483648; // 0x80000000

12