Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DAssetManager.java226 final int block = loadResourceValue(resId, (short) densityDpi, outValue, resolveRefs); in getResourceValue()
822 private native final int loadResourceValue(int ident, short density, TypedValue outValue, in loadResourceValue() method in AssetManager