/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | AppCompatTextHelper.java | 66 if (a.hasValue(1)) { in loadFromAttributes() 69 if (a.hasValue(2)) { in loadFromAttributes() 72 if (a.hasValue(3)) { in loadFromAttributes() 75 if (a.hasValue(4)) { in loadFromAttributes() 92 if (!hasPwdTm && a.hasValue(R.styleable.TextAppearance_textAllCaps)) { in loadFromAttributes() 97 && a.hasValue(R.styleable.TextAppearance_android_textColor)) { in loadFromAttributes() 108 if (!hasPwdTm && a.hasValue(R.styleable.TextAppearance_textAllCaps)) { in loadFromAttributes() 113 && a.hasValue(R.styleable.TextAppearance_android_textColor)) { in loadFromAttributes() 132 if (a.hasValue(R.styleable.TextAppearance_textAllCaps)) { in onSetTextAppearance() 140 && a.hasValue(R.styleable.TextAppearance_android_textColor)) { in onSetTextAppearance()
|
D | TintTypedArray.java | 64 if (mWrapped.hasValue(index)) { in getDrawable() 74 if (mWrapped.hasValue(index)) { in getDrawableIfKnown() 128 if (mWrapped.hasValue(index)) { in getColorStateList() 193 public boolean hasValue(int index) { in hasValue() method in TintTypedArray 194 return mWrapped.hasValue(index); in hasValue()
|
D | AppCompatCompoundButtonHelper.java | 59 if (a.hasValue(R.styleable.CompoundButton_android_button)) { in loadFromAttributes() 67 if (a.hasValue(R.styleable.CompoundButton_buttonTint)) { in loadFromAttributes() 71 if (a.hasValue(R.styleable.CompoundButton_buttonTintMode)) { in loadFromAttributes()
|
D | AppCompatTextHelperV17.java | 44 if (a.hasValue(0)) { in loadFromAttributes() 47 if (a.hasValue(1)) { in loadFromAttributes()
|
D | AppCompatBackgroundHelper.java | 47 if (a.hasValue(R.styleable.ViewBackgroundHelper_android_background)) { in loadFromAttributes() 54 if (a.hasValue(R.styleable.ViewBackgroundHelper_backgroundTint)) { in loadFromAttributes() 58 if (a.hasValue(R.styleable.ViewBackgroundHelper_backgroundTintMode)) { in loadFromAttributes()
|
D | AppCompatSeekBarHelper.java | 58 if (a.hasValue(R.styleable.AppCompatSeekBar_tickMarkTintMode)) { in loadFromAttributes() 64 if (a.hasValue(R.styleable.AppCompatSeekBar_tickMarkTint)) { in loadFromAttributes()
|
D | AppCompatPopupWindow.java | 60 if (a.hasValue(R.styleable.PopupWindow_overlapAnchor)) { 72 if (a.hasValue(R.styleable.PopupWindow_android_popupAnimationStyle)) {
|
/frameworks/base/core/java/android/view/animation/ |
D | PathInterpolator.java | 108 if (a.hasValue(R.styleable.PathInterpolator_pathData)) { in parseInterpolatorFromTypeArray() 117 if (!a.hasValue(R.styleable.PathInterpolator_controlX1)) { in parseInterpolatorFromTypeArray() 119 } else if (!a.hasValue(R.styleable.PathInterpolator_controlY1)) { in parseInterpolatorFromTypeArray() 125 boolean hasX2 = a.hasValue(R.styleable.PathInterpolator_controlX2); in parseInterpolatorFromTypeArray() 126 boolean hasY2 = a.hasValue(R.styleable.PathInterpolator_controlY2); in parseInterpolatorFromTypeArray()
|
D | AnimationSet.java | 92 if (a.hasValue(com.android.internal.R.styleable.AnimationSet_duration)) { in AnimationSet() 95 if (a.hasValue(com.android.internal.R.styleable.AnimationSet_fillBefore)) { in AnimationSet() 98 if (a.hasValue(com.android.internal.R.styleable.AnimationSet_fillAfter)) { in AnimationSet() 101 if (a.hasValue(com.android.internal.R.styleable.AnimationSet_repeatMode)) { in AnimationSet() 104 if (a.hasValue(com.android.internal.R.styleable.AnimationSet_startOffset)) { in AnimationSet()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/ |
D | UsageView.java | 49 if (a.hasValue(R.styleable.UsageView_sideLabels)) { in UsageView() 52 if (a.hasValue(R.styleable.UsageView_bottomLabels)) { in UsageView() 55 if (a.hasValue(R.styleable.UsageView_textColor)) { in UsageView() 64 if (a.hasValue(R.styleable.UsageView_android_gravity)) { in UsageView()
|
/frameworks/support/design/src/android/support/design/widget/ |
D | NavigationView.java | 114 if (a.hasValue(R.styleable.NavigationView_elevation)) { in NavigationView() 124 if (a.hasValue(R.styleable.NavigationView_itemIconTint)) { in NavigationView() 132 if (a.hasValue(R.styleable.NavigationView_itemTextAppearance)) { in NavigationView() 138 if (a.hasValue(R.styleable.NavigationView_itemTextColor)) { in NavigationView() 169 if (a.hasValue(R.styleable.NavigationView_menu)) { in NavigationView() 173 if (a.hasValue(R.styleable.NavigationView_headerLayout)) { in NavigationView()
|
D | CollapsingToolbarLayout.java | 160 if (a.hasValue(R.styleable.CollapsingToolbarLayout_expandedTitleMarginStart)) { in CollapsingToolbarLayout() 164 if (a.hasValue(R.styleable.CollapsingToolbarLayout_expandedTitleMarginEnd)) { in CollapsingToolbarLayout() 168 if (a.hasValue(R.styleable.CollapsingToolbarLayout_expandedTitleMarginTop)) { in CollapsingToolbarLayout() 172 if (a.hasValue(R.styleable.CollapsingToolbarLayout_expandedTitleMarginBottom)) { in CollapsingToolbarLayout() 188 if (a.hasValue(R.styleable.CollapsingToolbarLayout_expandedTitleTextAppearance)) { in CollapsingToolbarLayout() 193 if (a.hasValue(R.styleable.CollapsingToolbarLayout_collapsedTitleTextAppearance)) { in CollapsingToolbarLayout()
|
D | ThemeUtils.java | 31 final boolean failed = !a.hasValue(0); in checkAppCompatTheme()
|
D | CollapsingTextHelper.java | 199 if (a.hasValue(android.support.v7.appcompat.R.styleable.TextAppearance_android_textColor)) { in setCollapsedTextAppearance() 204 if (a.hasValue(android.support.v7.appcompat.R.styleable.TextAppearance_android_textSize)) { in setCollapsedTextAppearance() 229 if (a.hasValue(android.support.v7.appcompat.R.styleable.TextAppearance_android_textColor)) { in setExpandedTextAppearance() 234 if (a.hasValue(android.support.v7.appcompat.R.styleable.TextAppearance_android_textSize)) { in setExpandedTextAppearance()
|
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/ |
D | ExpandedMenuView.java | 57 if (a.hasValue(0)) { in ExpandedMenuView() 60 if (a.hasValue(1)) { in ExpandedMenuView()
|
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/ |
D | BridgeTypedArray.java | 201 if (!hasValue(index)) { in getString() 304 if (!hasValue(index)) { in getColorStateList() 313 if (!hasValue(index)) { in getComplexColor() 676 if (!hasValue(index)) { in getDrawable() 697 if (!hasValue(index)) { in getTextArray() 805 public boolean hasValue(int index) { in hasValue() method in BridgeTypedArray 811 return hasValue(index) || index >= 0 && index < mResourceData.length && in hasValueOrEmpty()
|
/frameworks/base/core/java/android/animation/ |
D | Keyframe.java | 173 public boolean hasValue() { in hasValue() method in Keyframe 287 ObjectKeyframe kfClone = new ObjectKeyframe(getFraction(), hasValue() ? mValue : null); in clone()
|
D | AnimatorInflater.java | 431 if (arrayAnimator.hasValue(R.styleable.Animator_repeatCount)) { in parseAnimatorFromTypeArray() 435 if (arrayAnimator.hasValue(R.styleable.Animator_repeatMode)) { in parseAnimatorFromTypeArray() 780 boolean hasValue = (keyframeValue != null); in inferValueTypeOfKeyframe() 783 if (hasValue && isColorType(keyframeValue.type)) { in inferValueTypeOfKeyframe() 821 ", value : " + ((keyframe.hasValue()) ? keyframe.getValue() : "null")); in dumpKeyframes() 965 boolean hasValue = (keyframeValue != null); in loadKeyframe() 969 if (hasValue && isColorType(keyframeValue.type)) { in loadKeyframe() 976 if (hasValue) { in loadKeyframe()
|
/frameworks/support/v7/appcompat/src/android/support/v7/content/res/ |
D | AppCompatColorStateListInflater.java | 118 if (a.hasValue(R.styleable.ColorStateListItem_android_alpha)) { in inflate() 120 } else if (a.hasValue(R.styleable.ColorStateListItem_alpha)) { in inflate()
|
/frameworks/base/core/java/android/widget/ |
D | RadioGroup.java | 308 if (a.hasValue(widthAttr)) { in setBaseAttributes() 314 if (a.hasValue(heightAttr)) { in setBaseAttributes()
|
D | ProgressBar.java | 338 if (a.hasValue(R.styleable.ProgressBar_progressTintMode)) { in ProgressBar() 347 if (a.hasValue(R.styleable.ProgressBar_progressTint)) { in ProgressBar() 356 if (a.hasValue(R.styleable.ProgressBar_progressBackgroundTintMode)) { in ProgressBar() 365 if (a.hasValue(R.styleable.ProgressBar_progressBackgroundTint)) { in ProgressBar() 374 if (a.hasValue(R.styleable.ProgressBar_secondaryProgressTintMode)) { in ProgressBar() 383 if (a.hasValue(R.styleable.ProgressBar_secondaryProgressTint)) { in ProgressBar() 392 if (a.hasValue(R.styleable.ProgressBar_indeterminateTintMode)) { in ProgressBar() 401 if (a.hasValue(R.styleable.ProgressBar_indeterminateTint)) { in ProgressBar()
|
D | AbsSeekBar.java | 102 if (a.hasValue(R.styleable.SeekBar_thumbTintMode)) { in AbsSeekBar() 108 if (a.hasValue(R.styleable.SeekBar_thumbTint)) { in AbsSeekBar() 116 if (a.hasValue(R.styleable.SeekBar_tickMarkTintMode)) { in AbsSeekBar() 122 if (a.hasValue(R.styleable.SeekBar_tickMarkTint)) { in AbsSeekBar()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | AnimatedRotateDrawable.java | 187 if (a.hasValue(R.styleable.AnimatedRotateDrawable_pivotX)) { in updateStateFromTypedArray() 193 if (a.hasValue(R.styleable.AnimatedRotateDrawable_pivotY)) { in updateStateFromTypedArray()
|
D | RotateDrawable.java | 124 if (a.hasValue(R.styleable.RotateDrawable_pivotX)) { in updateStateFromTypedArray() 130 if (a.hasValue(R.styleable.RotateDrawable_pivotY)) { in updateStateFromTypedArray()
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
D | ExifReader.java | 58 if (!tag.hasValue()) { in read()
|