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

12

/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.java198 public static final int UNDEFINED = Integer.MIN_VALUE; field in class:GridLayout
253 private static final int DEFAULT_COUNT = UNDEFINED;
688 return margin == UNDEFINED ? getDefaultMargin(view, lp, horizontal, leading) : margin;
744 final int count = (axis.definedCount != UNDEFINED) ? axis.definedCount : 0;
839 if (span.min != UNDEFINED && span.min < 0) {
844 if (count != UNDEFINED) {
906 // Apply defaults, so as to remove UNDEFINED values
1214 public int definedCount = UNDEFINED;
1215 private int maxIndex = UNDEFINED;
1263 return result == -1 ? UNDEFINED
2537 static final Spec UNDEFINED = spec(GridLayout.UNDEFINED); field in class:GridLayout.Spec
[all...]
H A DToolbar.java265 RtlSpacingHelper.UNDEFINED);
268 RtlSpacingHelper.UNDEFINED);
277 if (contentInsetStart != RtlSpacingHelper.UNDEFINED ||
278 contentInsetEnd != RtlSpacingHelper.UNDEFINED) {
283 R.styleable.Toolbar_contentInsetStartWithNavigation, RtlSpacingHelper.UNDEFINED);
285 R.styleable.Toolbar_contentInsetEndWithActions, RtlSpacingHelper.UNDEFINED);
1237 return mContentInsetStartWithNavigation != RtlSpacingHelper.UNDEFINED
1257 insetStartWithNavigation = RtlSpacingHelper.UNDEFINED;
1280 return mContentInsetEndWithActions != RtlSpacingHelper.UNDEFINED
1299 insetEndWithActions = RtlSpacingHelper.UNDEFINED;
[all...]
H A DNumberPicker.java2374 private static final int UNDEFINED = Integer.MIN_VALUE; field in class:NumberPicker.AccessibilityNodeProviderImpl
2386 private int mAccessibilityFocusedView = UNDEFINED;
2456 mAccessibilityFocusedView = UNDEFINED;
2517 mAccessibilityFocusedView = UNDEFINED;
2550 mAccessibilityFocusedView = UNDEFINED;
2581 mAccessibilityFocusedView = UNDEFINED;
/frameworks/support/v7/appcompat/src/android/support/v7/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 DToolbar.java275 RtlSpacingHelper.UNDEFINED);
278 RtlSpacingHelper.UNDEFINED);
287 if (contentInsetStart != RtlSpacingHelper.UNDEFINED ||
288 contentInsetEnd != RtlSpacingHelper.UNDEFINED) {
293 R.styleable.Toolbar_contentInsetStartWithNavigation, RtlSpacingHelper.UNDEFINED);
295 R.styleable.Toolbar_contentInsetEndWithActions, RtlSpacingHelper.UNDEFINED);
1223 return mContentInsetStartWithNavigation != RtlSpacingHelper.UNDEFINED
1243 insetStartWithNavigation = RtlSpacingHelper.UNDEFINED;
1266 return mContentInsetEndWithActions != RtlSpacingHelper.UNDEFINED
1285 insetEndWithActions = RtlSpacingHelper.UNDEFINED;
[all...]
/frameworks/base/core/java/android/util/
H A DLayoutDirection.java33 public static final int UNDEFINED = -1; field in class:LayoutDirection
/frameworks/support/room/common/src/main/java/android/arch/persistence/room/
H A DColumnInfo.java44 * If it is not specified, the value defaults to {@link #UNDEFINED} and Room resolves it based
50 * @return The type affinity of the column. This is either {@link #UNDEFINED}, {@link #TEXT},
53 @SuppressWarnings("unused") @SQLiteTypeAffinity int typeAffinity() default UNDEFINED; field in interface:ColumnInfo
86 int UNDEFINED = 1; field in interface:ColumnInfo
115 @IntDef({UNDEFINED, TEXT, INTEGER, REAL, BLOB})
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityRecord.java59 private static final int UNDEFINED = -1; field in class:AccessibilityRecord
83 int mCurrentItemIndex = UNDEFINED;
84 int mItemCount = UNDEFINED;
85 int mFromIndex = UNDEFINED;
86 int mToIndex = UNDEFINED;
87 int mScrollX = UNDEFINED;
88 int mScrollY = UNDEFINED;
89 int mMaxScrollX = UNDEFINED;
90 int mMaxScrollY = UNDEFINED;
92 int mAddedCount= UNDEFINED;
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/ui/focus/
H A DNavigateTaskViewEvent.java27 UNDEFINED, UP, DOWN, LEFT, RIGHT; enum constant in enum:NavigateTaskViewEvent.Direction
46 return Direction.UNDEFINED;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DTransformState.java45 private static final float UNDEFINED = -1f; field in class:TransformState
58 private float mTransformationEndY = UNDEFINED;
59 private float mTransformationEndX = UNDEFINED;
114 || transformX && getTransformationStartX() == UNDEFINED
115 || transformY && getTransformationStartY() == UNDEFINED
116 || transformScale && getTransformationStartScaleX() == UNDEFINED
117 || transformScale && getTransformationStartScaleY() == UNDEFINED) {
140 setTransformationStartScaleX(UNDEFINED);
147 setTransformationStartScaleY(UNDEFINED);
151 setTransformationStartX(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.h357 UNDEFINED,
1010 UNDEFINED,
1034 UNDEFINED,
1050 UNDEFINED,
1058 UNDEFINED,
1290 UNDEFINED,
1298 UNDEFINED,
1306 UNDEFINED,
/frameworks/support/compat/java/android/support/v4/view/accessibility/
H A DAccessibilityWindowInfoCompat.java30 private static final int UNDEFINED = -1; field in class:AccessibilityWindowInfoCompat
100 return UNDEFINED;
114 return UNDEFINED;
154 return UNDEFINED;
/frameworks/av/services/audioflinger/
H A DFastMixer.h78 enum {UNDEFINED, MIXED, ZEROED} mMixerBufferState; enumerator in enum:android::FastMixer::__anon941
H A DFastMixer.cpp62 mMixerBufferState(UNDEFINED),
221 mMixerBufferState = UNDEFINED;
430 mMixerBufferState = UNDEFINED;
434 mMixerBufferState = UNDEFINED;
438 if (mMixerBufferState == UNDEFINED) {
/frameworks/base/telecomm/java/android/telecom/Logging/
H A DSession.java52 public static final int UNDEFINED = -1; field in class:Session
104 private long mExecutionEndTimeMs = UNDEFINED;
217 if (mExecutionEndTimeMs == UNDEFINED) {
218 return UNDEFINED;
H A DSessionManager.java187 externalSession.markSessionCompleted(Session.UNDEFINED);
257 subsession.markSessionCompleted(Session.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.java188 public static final int UNDEFINED = Integer.MIN_VALUE; field in class:GridLayout
238 private static final int DEFAULT_COUNT = UNDEFINED;
672 return margin == UNDEFINED ? getDefaultMargin(view, lp, horizontal, leading) : margin;
732 final int count = (axis.definedCount != UNDEFINED) ? axis.definedCount : 0;
815 if (span.min != UNDEFINED && span.min < 0) {
820 if (count != UNDEFINED) {
1105 public int definedCount = UNDEFINED;
1106 private int maxIndex = UNDEFINED;
1154 return result == -1 ? UNDEFINED : result;
1158 if (maxIndex == UNDEFINED) {
2427 static final Spec UNDEFINED = spec(GridLayout.UNDEFINED); field in class:GridLayout.Spec
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java58 public static final int UNDEFINED = -1; field in class:NotificationContentView
121 private int mAnimationStartVisibleType = UNDEFINED;
130 private int mContentHeightAtAnimationStart = UNDEFINED;
410 mTransformationStartVisibleType = UNDEFINED;
443 mTransformationStartVisibleType = UNDEFINED;
608 if (mTransformationStartVisibleType != UNDEFINED
774 mAnimationStartVisibleType = UNDEFINED;
844 mAnimationStartVisibleType = UNDEFINED;
870 mAnimationStartVisibleType = UNDEFINED;
1345 mTransformationStartVisibleType = UNDEFINED;
[all...]
/frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/processor/
H A DFieldProcessor.kt62 .getAsInt(ColumnInfo.UNDEFINED)!!
/frameworks/base/services/core/java/com/android/server/content/
H A DContentService.java516 SyncStorageEngine.AuthorityInfo.UNDEFINED);
582 SyncStorageEngine.AuthorityInfo.UNDEFINED);
1240 return SyncStorageEngine.AuthorityInfo.UNDEFINED;
H A DSyncManager.java574 AuthorityInfo.UNDEFINED);
604 type.authority, null, AuthorityInfo.UNDEFINED);
874 * Use {@link AuthorityInfo#UNDEFINED} to sync all authorities.
1018 if (targetSyncState != AuthorityInfo.UNDEFINED && targetSyncState != isSyncable) {
1067 } else if (targetSyncState == AuthorityInfo.UNDEFINED
1201 AuthorityInfo.UNDEFINED, LOCAL_SYNC_DELAY);

Completed in 898 milliseconds

12