Searched refs:loadColorStateList (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/core/java/android/content/res/ |
H A D | Resources.java | 1079 final ColorStateList csl = impl.loadColorStateList(this, value, id, theme); in getColor() 1141 return impl.loadColorStateList(this, value, id, theme); in getColorStateList() 1148 ColorStateList loadColorStateList(@NonNull TypedValue value, int id, @Nullable Theme theme) in loadColorStateList() method in Resources 1150 return mResourcesImpl.loadColorStateList(this, value, id, theme); in loadColorStateList()
|
H A D | TypedArray.java | 521 final ColorStateList csl = mResources.loadColorStateList( in getColor() 604 return mResources.loadColorStateList(value, value.resourceId, mTheme); in getColorStateList()
|
H A D | ResourcesImpl.java | 925 ColorStateList csl = loadColorStateList(wrapper, value, id, null); 1080 ColorStateList loadColorStateList(Resources wrapper, TypedValue value, int id,
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 5246 HSPLandroid/content/res/Resources;->loadColorStateList(Landroid/util/TypedValue;ILandroid/content/r… 5327 HSPLandroid/content/res/ResourcesImpl;->loadColorStateList(Landroid/content/res/Resources;Landroid/…
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 5249 HSPLandroid/content/res/Resources;->loadColorStateList(Landroid/util/TypedValue;ILandroid/content/r… 5330 HSPLandroid/content/res/ResourcesImpl;->loadColorStateList(Landroid/content/res/Resources;Landroid/…
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 13823 Landroid/content/res/Resources;->loadColorStateList(Landroid/util/TypedValue;ILandroid/content/res/… 13889 Landroid/content/res/ResourcesImpl;->loadColorStateList(Landroid/content/res/Resources;Landroid/uti…
|