/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | AppCompatTextHelper.java | 124 textColor = a.getColorStateList(R.styleable.TextAppearance_android_textColor); in loadFromAttributes() 127 textColorHint = a.getColorStateList( in loadFromAttributes() 131 textColorLink = a.getColorStateList( in loadFromAttributes() 149 textColor = a.getColorStateList(R.styleable.TextAppearance_android_textColor); in loadFromAttributes() 152 textColorHint = a.getColorStateList( in loadFromAttributes() 156 textColorLink = a.getColorStateList( in loadFromAttributes() 263 = a.getColorStateList(R.styleable.TextAppearance_android_textColor); in onSetTextAppearance()
|
D | TintTypedArray.java | 166 public ColorStateList getColorStateList(int index) { in getColorStateList() method in TintTypedArray 171 AppCompatResources.getColorStateList(mContext, resourceId); in getColorStateList() 177 return mWrapped.getColorStateList(index); in getColorStateList()
|
D | AppCompatDrawableManager.java | 21 import static android.support.v7.content.res.AppCompatResources.getColorStateList; 528 tint = getColorStateList(context, R.color.abc_tint_edittext); in getTintList() 530 tint = getColorStateList(context, R.color.abc_tint_switch_track); in getTintList() 541 tint = getColorStateList(context, R.color.abc_tint_spinner); in getTintList() 545 tint = getColorStateList(context, R.color.abc_tint_default); in getTintList() 547 tint = getColorStateList(context, R.color.abc_tint_btn_checkable); in getTintList() 549 tint = getColorStateList(context, R.color.abc_tint_seek_thumb); in getTintList()
|
D | ResourcesWrapper.java | 161 public ColorStateList getColorStateList(int id) throws NotFoundException { in getColorStateList() method in ResourcesWrapper 162 return mResources.getColorStateList(id); in getColorStateList()
|
D | ThemeUtils.java | 75 return a.getColorStateList(0); in getThemeAttrColorStateList()
|
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/ |
D | AppCompatMenuItemIconTintingTest.java | 131 final ColorStateList sandColor = ResourcesCompat.getColorStateList( in testIconTintingWithNoIcon() 160 final ColorStateList sandColor = ResourcesCompat.getColorStateList( in testIconTintingAcrossTintListChange() 167 final ColorStateList oceanColor = ResourcesCompat.getColorStateList( in testIconTintingAcrossTintListChange() 191 final ColorStateList lilacColor = ResourcesCompat.getColorStateList( in testIconOpaqueTintingAcrossIconChange() 227 final ColorStateList emeraldColor = ResourcesCompat.getColorStateList( in testIconTranslucentTintingAcrossIconChange()
|
/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/ |
D | AppCompatBaseViewTest.java | 128 final ColorStateList sandColor = ResourcesCompat.getColorStateList( in testBackgroundTintingWithNoBackground() 172 final ColorStateList lilacColor = ResourcesCompat.getColorStateList( in testBackgroundTintingViewCompatWithNoBackground() 227 final ColorStateList sandColor = ResourcesCompat.getColorStateList( in testBackgroundTintingAcrossStateChange() 247 final ColorStateList oceanColor = ResourcesCompat.getColorStateList( in testBackgroundTintingAcrossStateChange() 308 final ColorStateList sandColor = ResourcesCompat.getColorStateList( in testBackgroundTintingViewCompatAcrossStateChange() 328 final ColorStateList oceanColor = ResourcesCompat.getColorStateList( in testBackgroundTintingViewCompatAcrossStateChange() 384 final ColorStateList emeraldColor = ResourcesCompat.getColorStateList( in testBackgroundTintingAcrossModeChange() 453 final ColorStateList emeraldColor = ResourcesCompat.getColorStateList( in testBackgroundTintingViewCompatAcrossModeChange() 576 final ColorStateList emeraldColor = ResourcesCompat.getColorStateList( in testBackgroundTranslucentTintingAcrossBackgroundChange() 642 final ColorStateList oceanColor = ResourcesCompat.getColorStateList( in testUntintedBackgroundTintingViewCompatAcrossStateChange()
|
D | AppCompatBaseImageViewTest.java | 97 final ColorStateList sandColor = ResourcesCompat.getColorStateList( in testImageTintingAcrossStateChange() 118 final ColorStateList oceanColor = ResourcesCompat.getColorStateList( in testImageTintingAcrossStateChange() 176 final ColorStateList emeraldColor = ResourcesCompat.getColorStateList( in testImageTintingAcrossModeChange() 297 final ColorStateList emeraldColor = ResourcesCompat.getColorStateList( in testImageTranslucentTintingAcrossImageChange() 381 final ColorStateList lilacColor = ResourcesCompat.getColorStateList( in testImageTintingAcrossBackgroundTintingChange() 403 final ColorStateList sandColor = ResourcesCompat.getColorStateList( in testImageTintingAcrossBackgroundTintingChange()
|
/frameworks/base/core/java/android/content/res/ |
D | CompatResources.java | 61 public ColorStateList getColorStateList(@ColorRes int id) throws NotFoundException { in getColorStateList() method in CompatResources 62 return getColorStateList(id, getTheme()); in getColorStateList()
|
/frameworks/base/core/tests/coretests/src/android/graphics/ |
D | ColorStateListTest.java | 44 ColorStateList colorStateList = mResources.getColorStateList(R.color.color1); in testStateIsInList() 52 ColorStateList colorStateList = mResources.getColorStateList(R.color.color1); in testEmptyState()
|
/frameworks/support/v7/appcompat/src/android/support/v7/content/res/ |
D | AppCompatResources.java | 62 public static ColorStateList getColorStateList(@NonNull Context context, @ColorRes int resId) { in getColorStateList() method in AppCompatResources 65 return context.getColorStateList(resId); in getColorStateList() 82 return ContextCompat.getColorStateList(context, resId); in getColorStateList()
|
/frameworks/support/compat/java/android/support/v4/content/res/ |
D | ResourcesCompat.java | 166 public static ColorStateList getColorStateList(@NonNull Resources res, @ColorRes int id, in getColorStateList() method in ResourcesCompat 169 return res.getColorStateList(id, theme); in getColorStateList() 171 return res.getColorStateList(id); in getColorStateList()
|
/frameworks/support/compat/java/android/support/v4/content/ |
D | ContextCompat.java | 385 public static final ColorStateList getColorStateList(Context context, @ColorRes int id) { in getColorStateList() method in ContextCompat 387 return context.getColorStateList(id); in getColorStateList() 389 return context.getResources().getColorStateList(id); in getColorStateList()
|
/frameworks/base/core/java/android/text/style/ |
D | TextAppearanceSpan.java | 65 textColor = a.getColorStateList(com.android.internal.R.styleable. in TextAppearanceSpan() 67 mTextColorLink = a.getColorStateList(com.android.internal.R.styleable. in TextAppearanceSpan() 113 textColor = a.getColorStateList(colorList); in TextAppearanceSpan()
|
/frameworks/support/compat/tests/java/android/support/v4/content/ |
D | ContextCompatTest.java | 65 ContextCompat.getColorStateList(mContext, R.color.complex_unthemed_selector); in testGetColorStateList() 79 ContextCompat.getColorStateList(mContext, R.color.complex_themed_selector); in testGetColorStateList()
|
/frameworks/support/design/src/android/support/design/widget/ |
D | BottomNavigationView.java | 144 a.getColorStateList(R.styleable.BottomNavigationView_itemIconTint)); in BottomNavigationView() 151 a.getColorStateList(R.styleable.BottomNavigationView_itemTextColor)); in BottomNavigationView() 399 ColorStateList baseColor = AppCompatResources.getColorStateList( in createDefaultColorStateList()
|
D | NavigationView.java | 127 itemIconTint = a.getColorStateList(R.styleable.NavigationView_itemIconTint); in NavigationView() 141 itemTextColor = a.getColorStateList(R.styleable.NavigationView_itemTextColor); in NavigationView() 420 ColorStateList baseColor = AppCompatResources.getColorStateList( in createDefaultColorStateList()
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/ |
D | ColoredHeaderMixin.java | 45 a.getColorStateList(R.styleable.SuwColoredHeaderMixin_suwHeaderColor); in ColoredHeaderMixin()
|
/frameworks/support/compat/tests/java/android/support/v4/content/res/ |
D | ResourcesCompatTest.java | 76 ResourcesCompat.getColorStateList(mResources, R.color.complex_unthemed_selector, in testGetColorStateList() 93 ResourcesCompat.getColorStateList(mResources, R.color.complex_themed_selector, in testGetColorStateList() 107 ResourcesCompat.getColorStateList(mResources, R.color.complex_themed_selector, in testGetColorStateList()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/ |
D | TileColorPicker.java | 35 getColorStateList(R.color.tint_color_selector, context.getTheme()); in TileColorPicker()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/ |
D | TileColorPickerTest.java | 42 getColorStateList(R.color.tint_color_selector, mContext.getTheme()); in setUp()
|
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/graphics/ |
D | DrawableCompatActivity.java | 81 ContextCompat.getColorStateList(this, R.color.tint_state_list)); in setColorStateListTint()
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/ |
D | GlifLayout.java | 124 a.getColorStateList(R.styleable.SuwGlifLayout_suwColorPrimary); in init() 130 a.getColorStateList(R.styleable.SuwGlifLayout_suwBackgroundBaseColor); in init()
|
/frameworks/support/v7/appcompat/tests/src/android/support/v7/res/content/ |
D | AppCompatResourcesTestCase.java | 55 final ColorStateList result = AppCompatResources.getColorStateList( in testGetColorStateListWithThemedAttributes()
|
/frameworks/opt/setupwizard/library/gingerbread/src/com/android/setupwizardlib/items/ |
D | ExpandableSwitchItem.java | 152 final ColorStateList tintColor = a.getColorStateList(0); in tintCompoundDrawables()
|