/frameworks/base/core/java/android/content/res/ |
D | CompatResources.java | 61 public ColorStateList getColorStateList(@ColorRes int id) throws NotFoundException { in getColorStateList() method in CompatResources
|
D | Resources.java | 1103 public ColorStateList getColorStateList(@ColorRes int id) throws NotFoundException { in getColorStateList() method in Resources 1133 public ColorStateList getColorStateList(@ColorRes int id, @Nullable Theme theme) in getColorStateList() method in Resources
|
D | TypedArray.java | 592 public ColorStateList getColorStateList(@StyleableRes int index) { in getColorStateList() method in TypedArray
|
/frameworks/opt/car/setupwizard/library/main/tests/robotests/src/com/android/car/setupwizardlib/partner/ |
D | ExternalResources.java | 168 public ColorStateList getColorStateList(int id) throws NotFoundException { in getColorStateList() method in ExternalResources.Resources 174 public ColorStateList getColorStateList(int id, @Nullable Theme theme) { in getColorStateList() method in ExternalResources.Resources
|
/frameworks/base/apct-tests/perftests/core/src/android/app/ |
D | ResourcesPerfTest.java | 179 public void getColorStateList() { in getColorStateList() method in ResourcesPerfTest
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | ColorStateListDrawable.java | 206 public @NonNull ColorStateList getColorStateList() { in getColorStateList() method in ColorStateListDrawable
|
/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/partner/ |
D | PartnerConfigHelper.java | 113 public ColorStateList getColorStateList(@NonNull Context context, PartnerConfig partnerConfig) { in getColorStateList() method in PartnerConfigHelper
|
/frameworks/base/test-mock/src/android/test/mock/ |
D | MockResources.java | 142 public ColorStateList getColorStateList(int id) throws NotFoundException { in getColorStateList() method in MockResources
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | ResourceHelper.java | 268 public static ColorStateList getColorStateList(@NonNull ResourceValue resValue, in getColorStateList() method in ResourceHelper
|
/frameworks/layoutlib/bridge/src/android/content/res/ |
D | BridgeTypedArray.java | 339 public ColorStateList getColorStateList(int index) { in getColorStateList() method in BridgeTypedArray
|
D | Resources_Delegate.java | 246 static ColorStateList getColorStateList(Resources resources, int id) throws NotFoundException { in getColorStateList() method in Resources_Delegate 251 static ColorStateList getColorStateList(Resources resources, int id, Theme theme) in getColorStateList() method in Resources_Delegate
|
/frameworks/base/core/java/android/content/ |
D | Context.java | 825 public final ColorStateList getColorStateList(@ColorRes int id) { in getColorStateList() method in Context
|