Searched refs:getColorStateList (Results 51 - 75 of 84) sorted by relevance

1234

/frameworks/base/core/java/android/widget/
H A DRadialTimePickerView.java408 final ColorStateList numbersTextColor = a.getColorStateList(
410 final ColorStateList numbersInnerTextColor = a.getColorStateList(
419 final ColorStateList selectorColors = a.getColorStateList(
H A DCompoundButton.java111 mButtonTintList = a.getColorStateList(R.styleable.CompoundButton_buttonTint);
H A DTimePickerClockDelegate.java186 final ColorStateList legacyHeaderTextColor = textAppearance.getColorStateList(0);
192 headerTextColor = a.getColorStateList(R.styleable.TimePicker_headerTextColor);
H A DSuggestionsAdapter.java381 mUrlColor = context.getColorStateList(colorValue.resourceId);
H A DTextView.java896 textColor = appearance.getColorStateList(attr);
900 textColorHint = appearance.getColorStateList(attr);
904 textColorLink = appearance.getColorStateList(attr);
1073 drawableTint = a.getColorStateList(attr);
1212 textColor = a.getColorStateList(attr);
1216 textColorHint = a.getColorStateList(attr);
1220 textColorLink = a.getColorStateList(attr);
3396 final ColorStateList textColor = ta.getColorStateList(R.styleable.TextAppearance_textColor);
3406 final ColorStateList textColorHint = ta.getColorStateList(
3412 final ColorStateList textColorLink = ta.getColorStateList(
[all...]
/frameworks/base/core/java/android/content/res/
H A DStringBlock.java331 ColorStateList colors = res.getColorStateList(colorRes, null);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DShapeDrawable.java481 final ColorStateList tint = a.getColorStateList(R.styleable.ShapeDrawable_tint);
H A DGradientDrawable.java1306 final ColorStateList tint = a.getColorStateList(R.styleable.GradientDrawable_tint);
1500 ColorStateList colorStateList = a.getColorStateList(
1524 final ColorStateList colorStateList = a.getColorStateList(
H A DNinePatchDrawable.java467 final ColorStateList tint = a.getColorStateList(R.styleable.NinePatchDrawable_tint);
H A DRippleDrawable.java484 final ColorStateList color = a.getColorStateList(R.styleable.RippleDrawable_color);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
H A DUtils.java174 context.getResources().getColorStateList(resId, context.getTheme());
/frameworks/support/design/tests/src/android/support/design/widget/
H A DFloatingActionButtonTest.java109 final ColorStateList tint = ContextCompat.getColorStateList(activity, R.color.fab_tint);
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteButton.java130 mButtonTint = a.getColorStateList(R.styleable.MediaRouteButton_mediaRouteButtonTint);
/frameworks/base/core/java/android/content/
H A DContext.java621 public final ColorStateList getColorStateList(@ColorRes int id) { method in class:Context
622 return getResources().getColorStateList(id, getTheme());
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
H A DViewDataBinding.java654 return view.getContext().getColorStateList(resourceId);
656 return view.getResources().getColorStateList(resourceId);
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DTimePickerDialog.java322 ColorStateList doneTextColor = res.getColorStateList(R.color.done_text_color);
328 ColorStateList darkDoneTextColor = res.getColorStateList(R.color.done_text_color_dark);
/frameworks/support/design/src/android/support/design/widget/
H A DTextInputLayout.java215 a.getColorStateList(R.styleable.TextInputLayout_android_textColorHint);
244 mPasswordToggleTintList = a.getColorStateList(
H A DFloatingActionButton.java162 mBackgroundTint = a.getColorStateList(R.styleable.FloatingActionButton_backgroundTint);
H A DTabLayout.java335 mTabTextColors = ta.getColorStateList(
343 mTabTextColors = a.getColorStateList(R.styleable.TabLayout_tabTextColor);
/frameworks/base/core/java/android/view/
H A DMenuInflater.java412 itemIconTintList = a.getColorStateList(
/frameworks/base/core/java/com/android/internal/os/
H A DZygoteInit.java399 if (mResources.getColorStateList(id, null) == null) {
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DResourceHelper.java242 public static ColorStateList getColorStateList(@NonNull ResourceValue resValue, method in class:ResourceHelper
/frameworks/support/v7/appcompat/src/android/support/v7/view/
H A DSupportMenuInflater.java443 itemIconTintList = a.getColorStateList(R.styleable.MenuItem_iconTint);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSuggestionsAdapter.java339 mUrlColor = mContext.getResources().getColorStateList(colorValue.resourceId);
/frameworks/support/wear/src/android/support/wear/widget/
H A DCircledImageView.java146 mCircleColor = a.getColorStateList(R.styleable.CircledImageView_circle_color);

Completed in 540 milliseconds

1234