Searched refs:hasValue (Results 1 - 25 of 81) sorted by relevance

1234

/frameworks/support/design/src/android/support/design/widget/
H A DThemeUtils.java31 final boolean failed = !a.hasValue(0);
H A DNavigationView.java118 if (a.hasValue(R.styleable.NavigationView_elevation)) {
128 if (a.hasValue(R.styleable.NavigationView_itemIconTint)) {
136 if (a.hasValue(R.styleable.NavigationView_itemTextAppearance)) {
142 if (a.hasValue(R.styleable.NavigationView_itemTextColor)) {
173 if (a.hasValue(R.styleable.NavigationView_menu)) {
177 if (a.hasValue(R.styleable.NavigationView_headerLayout)) {
H A DBottomNavigationView.java127 if (a.hasValue(R.styleable.BottomNavigationView_itemIconTint)) {
134 if (a.hasValue(R.styleable.BottomNavigationView_itemTextColor)) {
145 if (a.hasValue(R.styleable.BottomNavigationView_menu)) {
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatTextHelper.java58 if (a.hasValue(R.styleable.AppCompatTextHelper_android_drawableLeft)) {
62 if (a.hasValue(R.styleable.AppCompatTextHelper_android_drawableTop)) {
66 if (a.hasValue(R.styleable.AppCompatTextHelper_android_drawableRight)) {
70 if (a.hasValue(R.styleable.AppCompatTextHelper_android_drawableBottom)) {
89 if (!hasPwdTm && a.hasValue(R.styleable.TextAppearance_textAllCaps)) {
96 if (a.hasValue(R.styleable.TextAppearance_android_textColor)) {
99 if (a.hasValue(R.styleable.TextAppearance_android_textColorHint)) {
110 if (!hasPwdTm && a.hasValue(R.styleable.TextAppearance_textAllCaps)) {
117 if (a.hasValue(R.styleable.TextAppearance_android_textColor)) {
120 if (a.hasValue(
[all...]
H A DAppCompatTextHelperV17.java43 if (a.hasValue(R.styleable.AppCompatTextHelper_android_drawableStart)) {
47 if (a.hasValue(R.styleable.AppCompatTextHelper_android_drawableEnd)) {
H A DAppCompatCompoundButtonHelper.java58 if (a.hasValue(R.styleable.CompoundButton_android_button)) {
66 if (a.hasValue(R.styleable.CompoundButton_buttonTint)) {
70 if (a.hasValue(R.styleable.CompoundButton_buttonTintMode)) {
H A DTintTypedArray.java68 if (mWrapped.hasValue(index)) {
78 if (mWrapped.hasValue(index)) {
132 if (mWrapped.hasValue(index)) {
197 public boolean hasValue(int index) { method in class:TintTypedArray
198 return mWrapped.hasValue(index);
H A DAppCompatBackgroundHelper.java49 if (a.hasValue(R.styleable.ViewBackgroundHelper_android_background)) {
58 if (a.hasValue(R.styleable.ViewBackgroundHelper_backgroundTint)) {
62 if (a.hasValue(R.styleable.ViewBackgroundHelper_backgroundTintMode)) {
H A DAppCompatPopupWindow.java63 if (a.hasValue(R.styleable.PopupWindow_overlapAnchor)) {
74 if (a.hasValue(R.styleable.PopupWindow_android_popupAnimationStyle)) {
H A DAppCompatSeekBarHelper.java59 if (a.hasValue(R.styleable.AppCompatSeekBar_tickMarkTintMode)) {
65 if (a.hasValue(R.styleable.AppCompatSeekBar_tickMarkTint)) {
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
H A DUsageView.java49 if (a.hasValue(R.styleable.UsageView_sideLabels)) {
52 if (a.hasValue(R.styleable.UsageView_bottomLabels)) {
55 if (a.hasValue(R.styleable.UsageView_textColor)) {
64 if (a.hasValue(R.styleable.UsageView_android_gravity)) {
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
H A DExpandedMenuView.java61 if (a.hasValue(0)) {
64 if (a.hasValue(1)) {
/frameworks/base/core/java/android/view/animation/
H A DPathInterpolator.java108 if (a.hasValue(R.styleable.PathInterpolator_pathData)) {
117 if (!a.hasValue(R.styleable.PathInterpolator_controlX1)) {
119 } else if (!a.hasValue(R.styleable.PathInterpolator_controlY1)) {
125 boolean hasX2 = a.hasValue(R.styleable.PathInterpolator_controlX2);
126 boolean hasY2 = a.hasValue(R.styleable.PathInterpolator_controlY2);
H A DAnimationSet.java92 if (a.hasValue(com.android.internal.R.styleable.AnimationSet_duration)) {
95 if (a.hasValue(com.android.internal.R.styleable.AnimationSet_fillBefore)) {
98 if (a.hasValue(com.android.internal.R.styleable.AnimationSet_fillAfter)) {
101 if (a.hasValue(com.android.internal.R.styleable.AnimationSet_repeatMode)) {
104 if (a.hasValue(com.android.internal.R.styleable.AnimationSet_startOffset)) {
/frameworks/base/core/java/android/animation/
H A DKeyframe.java173 public boolean hasValue() { method in class:Keyframe
287 ObjectKeyframe kfClone = new ObjectKeyframe(getFraction(), hasValue() ? mValue : null);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DAutoReinflateContainer.java48 if (!a.hasValue(R.styleable.AutoReinflateContainer_android_layout)) {
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifReader.java58 if (!tag.hasValue()) {
/frameworks/support/design/lollipop/android/support/design/widget/
H A DViewUtilsLollipop.java43 if (a.hasValue(0)) {
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeTypedArray.java201 if (!hasValue(index)) {
304 if (!hasValue(index)) {
313 if (!hasValue(index)) {
676 if (!hasValue(index)) {
697 if (!hasValue(index)) {
805 public boolean hasValue(int index) { method in class:BridgeTypedArray
811 return hasValue(index) || index >= 0 && index < mResourceData.length &&
/frameworks/base/core/java/android/widget/
H A DRadioGroup.java308 if (a.hasValue(widthAttr)) {
314 if (a.hasValue(heightAttr)) {
H A DAbsSeekBar.java102 if (a.hasValue(R.styleable.SeekBar_thumbTintMode)) {
108 if (a.hasValue(R.styleable.SeekBar_thumbTint)) {
116 if (a.hasValue(R.styleable.SeekBar_tickMarkTintMode)) {
122 if (a.hasValue(R.styleable.SeekBar_tickMarkTint)) {
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedRotateDrawable.java187 if (a.hasValue(R.styleable.AnimatedRotateDrawable_pivotX)) {
193 if (a.hasValue(R.styleable.AnimatedRotateDrawable_pivotY)) {
H A DRotateDrawable.java124 if (a.hasValue(R.styleable.RotateDrawable_pivotX)) {
130 if (a.hasValue(R.styleable.RotateDrawable_pivotY)) {
/frameworks/support/v7/appcompat/src/android/support/v7/content/res/
H A DAppCompatColorStateListInflater.java118 if (a.hasValue(R.styleable.ColorStateListItem_android_alpha)) {
120 } else if (a.hasValue(R.styleable.ColorStateListItem_alpha)) {
/frameworks/base/core/java/android/content/res/
H A DGradientColor.java202 mHasCenterColor |= a.hasValue(
342 boolean hasColor = a.hasValue(R.styleable.GradientColorItem_color);
343 boolean hasOffset = a.hasValue(R.styleable.GradientColorItem_offset);

Completed in 767 milliseconds

1234