Home
last modified time | relevance | path

Searched defs:getColorStateList (Results 1 – 12 of 12) 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.java1103 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
DTypedArray.java592 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/
DExternalResources.java168 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/
DResourcesPerfTest.java179 public void getColorStateList() { in getColorStateList() method in ResourcesPerfTest
/frameworks/base/graphics/java/android/graphics/drawable/
DColorStateListDrawable.java206 public @NonNull ColorStateList getColorStateList() { in getColorStateList() method in ColorStateListDrawable
/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/partner/
DPartnerConfigHelper.java113 public ColorStateList getColorStateList(@NonNull Context context, PartnerConfig partnerConfig) { in getColorStateList() method in PartnerConfigHelper
/frameworks/base/test-mock/src/android/test/mock/
DMockResources.java142 public ColorStateList getColorStateList(int id) throws NotFoundException { in getColorStateList() method in MockResources
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DResourceHelper.java268 public static ColorStateList getColorStateList(@NonNull ResourceValue resValue, in getColorStateList() method in ResourceHelper
/frameworks/layoutlib/bridge/src/android/content/res/
DBridgeTypedArray.java339 public ColorStateList getColorStateList(int index) { in getColorStateList() method in BridgeTypedArray
DResources_Delegate.java246 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/
DContext.java825 public final ColorStateList getColorStateList(@ColorRes int id) { in getColorStateList() method in Context