Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DTypedArray.java47 final int fullLen = len * AssetManager.STYLE_NUM_ENTRIES; in obtain()
58 new int[len*AssetManager.STYLE_NUM_ENTRIES], in obtain()
138 index *= AssetManager.STYLE_NUM_ENTRIES; in getText()
170 index *= AssetManager.STYLE_NUM_ENTRIES; in getString()
209 index *= AssetManager.STYLE_NUM_ENTRIES; in getNonResourceString()
239 index *= AssetManager.STYLE_NUM_ENTRIES; in getNonConfigurationString()
275 index *= AssetManager.STYLE_NUM_ENTRIES; in getBoolean()
309 index *= AssetManager.STYLE_NUM_ENTRIES; in getInt()
342 index *= AssetManager.STYLE_NUM_ENTRIES; in getFloat()
384 index *= AssetManager.STYLE_NUM_ENTRIES; in getColor()
[all …]
DAssetManager.java725 /*package*/ static final int STYLE_NUM_ENTRIES = 6; field in AssetManager
DResources.java1445 int d = i*AssetManager.STYLE_NUM_ENTRIES; in obtainStyledAttributes()
1541 int d = i*AssetManager.STYLE_NUM_ENTRIES; in obtainStyledAttributes()
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp89 STYLE_NUM_ENTRIES = 6, enumerator
1059 if (NV < (NI*STYLE_NUM_ENTRIES)) { in android_content_AssetManager_resolveAttrs()
1201 dest += STYLE_NUM_ENTRIES; in android_content_AssetManager_resolveAttrs()
1250 if (NV < (NI*STYLE_NUM_ENTRIES)) { in android_content_AssetManager_applyStyle()
1439 dest += STYLE_NUM_ENTRIES; in android_content_AssetManager_applyStyle()
1484 if (NV < (NI*STYLE_NUM_ENTRIES)) { in android_content_AssetManager_retrieveAttributes()
1583 dest += STYLE_NUM_ENTRIES; in android_content_AssetManager_retrieveAttributes()
1690 dest += STYLE_NUM_ENTRIES; in android_content_AssetManager_retrieveArray()
1691 i+= STYLE_NUM_ENTRIES; in android_content_AssetManager_retrieveArray()
1695 i /= STYLE_NUM_ENTRIES; in android_content_AssetManager_retrieveArray()