Searched refs:getValueForDensity (Results 1 – 5 of 5) 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 | 852 getValueForDensity(id, density, value, true); in getDrawableForDensity() 1283 public void getValueForDensity(int id, int density, TypedValue outValue, boolean resolveRefs) in getValueForDensity() method in Resources
|
/frameworks/base/docs/html/sdk/api_diff/16/ |
D | missingSinces.txt | 254 NO DOC BLOCK: android.content.res.Resources Method getValueForDensity(int, int, android.util.TypedV…
|
/frameworks/base/api/ |
D | system-current.txt | 9547 …method public void getValueForDensity(int, int, android.util.TypedValue, boolean) throws android.c…
|
D | current.txt | 9241 …method public void getValueForDensity(int, int, android.util.TypedValue, boolean) throws android.c…
|