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

/frameworks/base/core/java/android/util/
H A DLayoutDirection.java33 public static final int UNDEFINED = -1; field in class:LayoutDirection
/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/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 DNumberPicker.java2347 private static final int UNDEFINED = Integer.MIN_VALUE; field in class:NumberPicker.AccessibilityNodeProviderImpl
2359 private int mAccessibilityFocusedView = UNDEFINED;
2429 mAccessibilityFocusedView = UNDEFINED;
2490 mAccessibilityFocusedView = UNDEFINED;
2523 mAccessibilityFocusedView = UNDEFINED;
2554 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...]
/frameworks/av/services/audioflinger/
H A DFastMixer.h78 enum {UNDEFINED, MIXED, ZEROED} mMixerBufferState; enumerator in enum:android::FastMixer::__anon978
/frameworks/support/compat/java/android/support/v4/view/accessibility/
H A DAccessibilityWindowInfoCompat.java31 private static final int UNDEFINED = -1; field in class:AccessibilityWindowInfoCompat
101 return UNDEFINED;
115 return UNDEFINED;
155 return UNDEFINED;
/frameworks/av/media/img_utils/include/img_utils/
H A DTiffHelpers.h74 UNDEFINED, enumerator in enum:android::img_utils::TagType
104 case 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
57 private float mTransformationEndY = UNDEFINED;
58 private float mTransformationEndX = UNDEFINED;
113 || transformX && getTransformationStartX() == UNDEFINED
114 || transformY && getTransformationStartY() == UNDEFINED
115 || transformScale && getTransformationStartScaleX() == UNDEFINED
116 || transformScale && getTransformationStartScaleY() == UNDEFINED) {
139 setTransformationStartScaleX(UNDEFINED);
146 setTransformationStartScaleY(UNDEFINED);
150 setTransformationStartX(UNDEFINED);
[all...]
/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;
/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...]
/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;
1337 mTransformationStartVisibleType = UNDEFINED;
[all...]
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncStorageEngine.java220 public static final int UNDEFINED = -2; field in class:SyncStorageEngine.AuthorityInfo
/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/core/java/android/provider/
H A DContactsContract.java1101 public static final int UNDEFINED = 0; field in interface:ContactsContract.FullNameStyle
1119 public static final int UNDEFINED = 0; field in interface:ContactsContract.PhoneticNameStyle
1146 public static final int UNDEFINED = 0; field in interface:ContactsContract.DisplayNameSources

Completed in 422 milliseconds