Home
last modified time | relevance | path

Searched refs:getValueForDensity (Results 1 – 11 of 11) sorted by relevance

/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DResourcesWrapper.java214 public void getValueForDensity(int id, int density, TypedValue outValue, boolean resolveRefs) in getValueForDensity() method in ResourcesWrapper
216 mResources.getValueForDensity(id, density, outValue, resolveRefs); in getValueForDensity()
/frameworks/base/core/java/android/content/res/
DResources.java887 impl.getValueForDensity(id, density, value, true); in getDrawableForDensity()
1347 public void getValueForDensity(@AnyRes int id, int density, TypedValue outValue, in getValueForDensity() method in Resources
1349 mResourcesImpl.getValueForDensity(id, density, outValue, resolveRefs); in getValueForDensity()
DTypedArray.java953 mResources.getValueForDensity(value.resourceId, density, value, true); in getDrawableForDensity()
DResourcesImpl.java219 void getValueForDensity(@AnyRes int id, int density, TypedValue outValue, in getValueForDensity() method in ResourcesImpl
/frameworks/base/graphics/java/android/graphics/drawable/
DAnimatedImageDrawable.java211 r.getValueForDensity(srcResId, srcDensityOverride, value, true); in updateStateFromTypedArray()
DBitmapDrawable.java814 r.getValueForDensity(srcResId, srcDensityOverride, value, true); in updateStateFromTypedArray()
/frameworks/layoutlib/bridge/src/android/content/res/
DResources_Delegate.java889 static void getValueForDensity(Resources resources, int id, int density, TypedValue outValue, in getValueForDensity() method in Resources_Delegate
/frameworks/base/config/
Dboot-image-profile.txt19173 HSPLandroid/content/res/Resources;->getValueForDensity(IILandroid/util/TypedValue;Z)V
19228 HSPLandroid/content/res/ResourcesImpl;->getValueForDensity(IILandroid/util/TypedValue;Z)V
Dhiddenapi-public-dex.txt9131 Landroid/content/res/Resources;->getValueForDensity(IILandroid/util/TypedValue;Z)V
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt9239 …method public void getValueForDensity(int, int, android.util.TypedValue, boolean) throws android.c…
/frameworks/base/api/
Dcurrent.txt11911 …method public void getValueForDensity(int, int, android.util.TypedValue, boolean) throws android.c…