Searched refs:getValueForDensity (Results 1 – 4 of 4) sorted by relevance
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
D | ResourcesWrapper.java | 211 public void getValueForDensity(int id, int density, TypedValue outValue, boolean resolveRefs) in getValueForDensity() method in ResourcesWrapper 213 mResources.getValueForDensity(id, density, outValue, resolveRefs); in getValueForDensity()
|
/frameworks/base/core/java/android/content/res/ |
D | Resources.java | 871 getValueForDensity(id, density, value, true); in getDrawableForDensity() 1368 public void getValueForDensity(@AnyRes int id, int density, TypedValue outValue, in getValueForDensity() method in Resources
|
/frameworks/base/api/ |
D | current.txt | 9784 …method public void getValueForDensity(int, int, android.util.TypedValue, boolean) throws android.c…
|
D | system-current.txt | 10121 …method public void getValueForDensity(int, int, android.util.TypedValue, boolean) throws android.c…
|