Home
last modified time | relevance | path

Searched defs:getColorStateList (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/java/android/content/res/
DCompatResources.java61 public ColorStateList getColorStateList(@ColorRes int id) throws NotFoundException { in getColorStateList() method in CompatResources
DResources.java996 public ColorStateList getColorStateList(@ColorRes int id) throws NotFoundException { in getColorStateList() method in Resources
1026 public ColorStateList getColorStateList(@ColorRes int id, @Nullable Theme theme) in getColorStateList() method in Resources
DTypedArray.java538 public ColorStateList getColorStateList(@StyleableRes int index) { in getColorStateList() method in TypedArray
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/content/res/
DAppCompatResources.java63 public static ColorStateList getColorStateList(@NonNull Context context, @ColorRes int resId) { in getColorStateList() method in AppCompatResources
/frameworks/support/compat/src/main/java/androidx/core/content/res/
DResourcesCompat.java172 public static ColorStateList getColorStateList(@NonNull Resources res, @ColorRes int id, in getColorStateList() method in ResourcesCompat
/frameworks/base/test-mock/src/android/test/mock/
DMockResources.java142 public ColorStateList getColorStateList(int id) throws NotFoundException { in getColorStateList() method in MockResources
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DTintTypedArray.java166 public ColorStateList getColorStateList(int index) { in getColorStateList() method in TintTypedArray
DResourcesWrapper.java162 public ColorStateList getColorStateList(int id) throws NotFoundException { in getColorStateList() method in ResourcesWrapper
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DResourceHelper.java221 public static ColorStateList getColorStateList(@NonNull ResourceValue resValue, in getColorStateList() method in ResourceHelper
/frameworks/layoutlib/bridge/src/android/content/res/
DResources_Delegate.java251 static ColorStateList getColorStateList(Resources resources, int id) throws NotFoundException { in getColorStateList() method in Resources_Delegate
256 static ColorStateList getColorStateList(Resources resources, int id, Theme theme) in getColorStateList() method in Resources_Delegate
DBridgeTypedArray.java309 public ColorStateList getColorStateList(int index) { in getColorStateList() method in BridgeTypedArray
/frameworks/support/compat/src/main/java/androidx/core/content/
DContextCompat.java498 public static ColorStateList getColorStateList(@NonNull Context context, in getColorStateList() method in ContextCompat
/frameworks/base/core/java/android/content/
DContext.java641 public final ColorStateList getColorStateList(@ColorRes int id) { in getColorStateList() method in Context