Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DTypedArray.java56 final int fullLen = len * AssetManager.STYLE_NUM_ENTRIES; in obtain()
67 new int[len*AssetManager.STYLE_NUM_ENTRIES], in obtain()
159 index *= AssetManager.STYLE_NUM_ENTRIES; in getText()
196 index *= AssetManager.STYLE_NUM_ENTRIES; in getString()
235 index *= AssetManager.STYLE_NUM_ENTRIES; in getNonResourceString()
267 index *= AssetManager.STYLE_NUM_ENTRIES; in getNonConfigurationString()
313 index *= AssetManager.STYLE_NUM_ENTRIES; in getBoolean()
352 index *= AssetManager.STYLE_NUM_ENTRIES; in getInt()
389 index *= AssetManager.STYLE_NUM_ENTRIES; in getFloat()
439 index *= AssetManager.STYLE_NUM_ENTRIES; in getColor()
[all …]
DAssetManager.java795 /*package*/ static final int STYLE_NUM_ENTRIES = 6; field in AssetManager
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp100 STYLE_NUM_ENTRIES = 6, enumerator
1171 if (NV < (NI*STYLE_NUM_ENTRIES)) { in android_content_AssetManager_resolveAttrs()
1324 dest += STYLE_NUM_ENTRIES; in android_content_AssetManager_resolveAttrs()
1376 if (NV < (NI*STYLE_NUM_ENTRIES)) { in android_content_AssetManager_applyStyle()
1579 dest += STYLE_NUM_ENTRIES; in android_content_AssetManager_applyStyle()
1624 if (NV < (NI*STYLE_NUM_ENTRIES)) { in android_content_AssetManager_retrieveAttributes()
1723 dest += STYLE_NUM_ENTRIES; in android_content_AssetManager_retrieveAttributes()
1830 dest += STYLE_NUM_ENTRIES; in android_content_AssetManager_retrieveArray()
1831 i+= STYLE_NUM_ENTRIES; in android_content_AssetManager_retrieveArray()
1835 i /= STYLE_NUM_ENTRIES; in android_content_AssetManager_retrieveArray()