Searched refs:getColorStateList (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/graphics/tests/graphicstests/src/android/graphics/
H A DColorStateListTest.java44 ColorStateList colorStateList = mResources.getColorStateList(R.color.color1);
52 ColorStateList colorStateList = mResources.getColorStateList(R.color.color1);
/frameworks/base/core/java/android/text/style/
H A DTextAppearanceSpan.java63 textColor = a.getColorStateList(com.android.internal.R.styleable.
65 mTextColorLink = a.getColorStateList(com.android.internal.R.styleable.
97 textColor = a.getColorStateList(colorList);
/frameworks/base/test-runner/src/android/test/mock/
H A DMockResources.java137 public ColorStateList getColorStateList(int id) throws NotFoundException { method in class:MockResources
/frameworks/base/core/java/android/widget/
H A DTabHost.java541 tv.setTextColor(context.getResources().getColorStateList(R.color.tab_indicator_text_v4));
586 tv.setTextColor(context.getResources().getColorStateList(R.color.tab_indicator_text_v4));
H A DSuggestionsAdapter.java373 mUrlColor = mContext.getResources().getColorStateList(colorValue.resourceId);
H A DSwitch.java180 colors = appearance.getColorStateList(com.android.internal.R.styleable.
H A DTextView.java507 textColor = appearance.getColorStateList(attr);
511 textColorHint = appearance.getColorStateList(attr);
515 textColorLink = appearance.getColorStateList(attr);
774 textColor = a.getColorStateList(attr);
778 textColorHint = a.getColorStateList(attr);
782 textColorLink = a.getColorStateList(attr);
2110 colors = appearance.getColorStateList(com.android.internal.R.styleable.
2122 colors = appearance.getColorStateList(com.android.internal.R.styleable.
2128 colors = appearance.getColorStateList(com.android.internal.R.styleable.
8714 colors = attrs.getColorStateList(co
[all...]
H A DFastScroller.java280 ColorStateList textColor = ta.getColorStateList(TEXT_COLOR);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DCustomBar.java241 ColorStateList stateList = ResourceHelper.getColorStateList(
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeResources.java194 public ColorStateList getColorStateList(int id) throws NotFoundException { method in class:BridgeResources
198 ColorStateList stateList = ResourceHelper.getColorStateList(resValue.getSecond(),
H A DBridgeTypedArray.java317 ColorStateList colorStateList = ResourceHelper.getColorStateList(
336 public ColorStateList getColorStateList(int index) { method in class:BridgeTypedArray
/frameworks/base/core/tests/coretests/src/android/text/
H A DHtmlTest.java100 Resources.getSystem().getColorStateList(android.R.color.primary_text_dark);
/frameworks/base/core/java/com/android/internal/os/
H A DZygoteInit.java385 mResources.getColorStateList(id);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DResourceHelper.java114 public static ColorStateList getColorStateList(ResourceValue resValue, BridgeContext context) { method in class:ResourceHelper
/frameworks/base/core/java/android/content/res/
H A DTypedArray.java339 public ColorStateList getColorStateList(int index) { method in class:TypedArray
H A DResources.java777 public ColorStateList getColorStateList(int id) throws NotFoundException { method in class:Resources
/frameworks/base/core/java/android/text/
H A DHtml.java646 ColorStateList colors = res.getColorStateList(colorRes);

Completed in 984 milliseconds