/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/support/v7/appcompat/src/android/support/v7/internal/widget/ |
D | TintTypedArray.java | 59 if (mWrapped.hasValue(index)) { in getDrawable() 69 if (mWrapped.hasValue(index)) { in getDrawableIfKnown() 170 public boolean hasValue(int index) { in hasValue() method in TintTypedArray 171 return mWrapped.hasValue(index); in hasValue()
|
D | TintImageView.java | 52 if (a.hasValue(0)) { in TintImageView() 55 if (a.hasValue(1)) { in TintImageView()
|
D | AppCompatPopupWindow.java | 48 if (a.hasValue(R.styleable.PopupWindow_overlapAnchor)) {
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | AppCompatTextHelper.java | 51 if (appearance.hasValue(R.styleable.TextAppearance_textAllCaps)) { in loadFromAttributes() 59 if (a.hasValue(0)) { in loadFromAttributes() 90 if (appearance.hasValue(0)) { in onSetTextAppearance()
|
D | AppCompatBackgroundHelper.java | 48 if (a.hasValue(R.styleable.ViewBackgroundHelper_android_background)) { in loadFromAttributes() 55 if (a.hasValue(R.styleable.ViewBackgroundHelper_backgroundTint)) { in loadFromAttributes() 59 if (a.hasValue(R.styleable.ViewBackgroundHelper_backgroundTintMode)) { in loadFromAttributes()
|
D | AppCompatCompoundButtonHelper.java | 61 if (a.hasValue(R.styleable.CompoundButton_android_button)) { in loadFromAttributes() 68 if (a.hasValue(R.styleable.CompoundButton_buttonTint)) { in loadFromAttributes() 72 if (a.hasValue(R.styleable.CompoundButton_buttonTintMode)) { in loadFromAttributes()
|
D | AppCompatAutoCompleteTextView.java | 73 if (a.hasValue(0)) { in AppCompatAutoCompleteTextView()
|
D | AppCompatMultiAutoCompleteTextView.java | 73 if (a.hasValue(0)) { in AppCompatMultiAutoCompleteTextView()
|
/frameworks/support/design/src/android/support/design/widget/ |
D | NavigationView.java | 108 if (a.hasValue(R.styleable.NavigationView_elevation)) { in NavigationView() 118 if (a.hasValue(R.styleable.NavigationView_itemIconTint)) { in NavigationView() 126 if (a.hasValue(R.styleable.NavigationView_itemTextAppearance)) { in NavigationView() 132 if (a.hasValue(R.styleable.NavigationView_itemTextColor)) { in NavigationView() 163 if (a.hasValue(R.styleable.NavigationView_menu)) { in NavigationView() 167 if (a.hasValue(R.styleable.NavigationView_headerLayout)) { in NavigationView()
|
D | CollapsingToolbarLayout.java | 148 if (a.hasValue(R.styleable.CollapsingToolbarLayout_expandedTitleMarginStart)) { in CollapsingToolbarLayout() 157 if (a.hasValue(R.styleable.CollapsingToolbarLayout_expandedTitleMarginEnd)) { in CollapsingToolbarLayout() 166 if (a.hasValue(R.styleable.CollapsingToolbarLayout_expandedTitleMarginTop)) { in CollapsingToolbarLayout() 170 if (a.hasValue(R.styleable.CollapsingToolbarLayout_expandedTitleMarginBottom)) { in CollapsingToolbarLayout() 186 if (a.hasValue(R.styleable.CollapsingToolbarLayout_expandedTitleTextAppearance)) { in CollapsingToolbarLayout() 191 if (a.hasValue(R.styleable.CollapsingToolbarLayout_collapsedTitleTextAppearance)) { in CollapsingToolbarLayout()
|
D | CollapsingTextHelper.java | 190 if (a.hasValue(R.styleable.TextAppearance_android_textColor)) { in setCollapsedTextAppearance() 194 if (a.hasValue(R.styleable.TextAppearance_android_textSize)) { in setCollapsedTextAppearance() 205 if (a.hasValue(R.styleable.TextAppearance_android_textColor)) { in setExpandedTextAppearance() 209 if (a.hasValue(R.styleable.TextAppearance_android_textSize)) { in setExpandedTextAppearance()
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/ |
D | ExpandedMenuView.java | 59 if (a.hasValue(0)) { in ExpandedMenuView() 62 if (a.hasValue(1)) { in ExpandedMenuView()
|
/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 | 459 if (arrayAnimator.hasValue(R.styleable.Animator_repeatCount)) { in parseAnimatorFromTypeArray() 463 if (arrayAnimator.hasValue(R.styleable.Animator_repeatMode)) { in parseAnimatorFromTypeArray() 806 boolean hasValue = (keyframeValue != null); in inferValueTypeOfKeyframe() 809 if (hasValue && isColorType(keyframeValue.type)) { in inferValueTypeOfKeyframe() 847 ", value : " + ((keyframe.hasValue()) ? keyframe.getValue() : "null")); in dumpKeyframes() 991 boolean hasValue = (keyframeValue != null); in loadKeyframe() 995 if (hasValue && isColorType(keyframeValue.type)) { in loadKeyframe() 1002 if (hasValue) { in loadKeyframe()
|
/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 | 325 if (a.hasValue(R.styleable.ProgressBar_progressTintMode)) { in ProgressBar() 334 if (a.hasValue(R.styleable.ProgressBar_progressTint)) { in ProgressBar() 343 if (a.hasValue(R.styleable.ProgressBar_progressBackgroundTintMode)) { in ProgressBar() 352 if (a.hasValue(R.styleable.ProgressBar_progressBackgroundTint)) { in ProgressBar() 361 if (a.hasValue(R.styleable.ProgressBar_secondaryProgressTintMode)) { in ProgressBar() 370 if (a.hasValue(R.styleable.ProgressBar_secondaryProgressTint)) { in ProgressBar() 379 if (a.hasValue(R.styleable.ProgressBar_indeterminateTintMode)) { in ProgressBar() 388 if (a.hasValue(R.styleable.ProgressBar_indeterminateTint)) { in ProgressBar()
|
D | CheckedTextView.java | 93 if (a.hasValue(R.styleable.CheckedTextView_checkMarkTintMode)) { in CheckedTextView() 99 if (a.hasValue(R.styleable.CheckedTextView_checkMarkTint)) { in CheckedTextView()
|
D | TableRow.java | 500 if (a.hasValue(widthAttr)) { in setBaseAttributes() 507 if (a.hasValue(heightAttr)) { in setBaseAttributes()
|
D | CompoundButton.java | 94 if (a.hasValue(R.styleable.CompoundButton_buttonTintMode)) { in CompoundButton() 100 if (a.hasValue(R.styleable.CompoundButton_buttonTint)) { in CompoundButton()
|
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/ |
D | BridgeTypedArray.java | 205 if (!hasValue(index)) { in getString() 317 if (!hasValue(index)) { in getColorStateList() 722 if (!hasValue(index)) { in getDrawable() 842 public boolean hasValue(int index) { in hasValue() method in BridgeTypedArray 848 return hasValue(index) || index >= 0 && index < mResourceData.length && in hasValueOrEmpty()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | AnimatedRotateDrawable.java | 155 if (a.hasValue(R.styleable.AnimatedRotateDrawable_pivotX)) { in updateStateFromTypedArray() 161 if (a.hasValue(R.styleable.AnimatedRotateDrawable_pivotY)) { in updateStateFromTypedArray()
|
D | RotateDrawable.java | 95 if (a.hasValue(R.styleable.RotateDrawable_pivotX)) { in updateStateFromTypedArray() 101 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()
|