Searched refs:getValueForDensity (Results 1 – 7 of 7) sorted by relevance
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | ResourcesWrapper.java | 208 public void getValueForDensity(int id, int density, TypedValue outValue, boolean resolveRefs) in getValueForDensity() method in ResourcesWrapper 210 mResources.getValueForDensity(id, density, outValue, resolveRefs); in getValueForDensity()
|
/frameworks/base/core/java/android/content/res/ |
D | Resources.java | 823 impl.getValueForDensity(id, density, value, true); in getDrawableForDensity() 1302 public void getValueForDensity(@AnyRes int id, int density, TypedValue outValue, in getValueForDensity() method in Resources 1304 mResourcesImpl.getValueForDensity(id, density, outValue, resolveRefs); in getValueForDensity()
|
D | ResourcesImpl.java | 193 void getValueForDensity(@AnyRes int id, int density, TypedValue outValue, in getValueForDensity() method in ResourcesImpl
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 9239 …method public void getValueForDensity(int, int, android.util.TypedValue, boolean) throws android.c…
|
/frameworks/base/api/ |
D | current.txt | 10269 …method public void getValueForDensity(int, int, android.util.TypedValue, boolean) throws android.c…
|
D | test-current.txt | 10282 …method public void getValueForDensity(int, int, android.util.TypedValue, boolean) throws android.c…
|
D | system-current.txt | 10708 …method public void getValueForDensity(int, int, android.util.TypedValue, boolean) throws android.c…
|