Searched refs:loadColorStateList (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/content/res/ |
D | Resources.java | 991 final ColorStateList csl = impl.loadColorStateList(this, value, id, theme); in getColor() 1053 return impl.loadColorStateList(this, value, id, theme); in getColorStateList() 1060 ColorStateList loadColorStateList(@NonNull TypedValue value, int id, @Nullable Theme theme) in loadColorStateList() method in Resources 1062 return mResourcesImpl.loadColorStateList(this, value, id, theme); in loadColorStateList()
|
D | TypedArray.java | 520 final ColorStateList csl = mResources.loadColorStateList( in getColor() 600 return mResources.loadColorStateList(value, value.resourceId, mTheme); in getColorStateList()
|
D | ResourcesImpl.java | 919 ColorStateList csl = loadColorStateList(wrapper, value, id, null); in loadColorOrXmlDrawable() 1073 ColorStateList loadColorStateList(Resources wrapper, TypedValue value, int id, in loadColorStateList() method
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 4880 HSPLandroid/content/res/Resources;->loadColorStateList(Landroid/util/TypedValue;ILandroid/content/r… 4937 HSPLandroid/content/res/ResourcesImpl;->loadColorStateList(Landroid/content/res/Resources;Landroid/…
|
D | hiddenapi-greylist-max-o.txt | 16710 Landroid/content/res/Resources;->loadColorStateList(Landroid/util/TypedValue;ILandroid/content/res/… 16776 Landroid/content/res/ResourcesImpl;->loadColorStateList(Landroid/content/res/Resources;Landroid/uti…
|