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.java49 final int fullLen = len * AssetManager.STYLE_NUM_ENTRIES; in obtain()
60 new int[len*AssetManager.STYLE_NUM_ENTRIES], in obtain()
152 index *= AssetManager.STYLE_NUM_ENTRIES; in getText()
189 index *= AssetManager.STYLE_NUM_ENTRIES; in getString()
228 index *= AssetManager.STYLE_NUM_ENTRIES; in getNonResourceString()
259 index *= AssetManager.STYLE_NUM_ENTRIES; in getNonConfigurationString()
303 index *= AssetManager.STYLE_NUM_ENTRIES; in getBoolean()
342 index *= AssetManager.STYLE_NUM_ENTRIES; in getInt()
379 index *= AssetManager.STYLE_NUM_ENTRIES; in getFloat()
428 index *= AssetManager.STYLE_NUM_ENTRIES; in getColor()
[all …]
DAssetManager.java739 /*package*/ static final int STYLE_NUM_ENTRIES = 6; field in AssetManager
DResources.java1531 int d = i*AssetManager.STYLE_NUM_ENTRIES; in obtainStyledAttributes()
1627 int d = i*AssetManager.STYLE_NUM_ENTRIES; in obtainStyledAttributes()
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp90 STYLE_NUM_ENTRIES = 6, enumerator
1096 if (NV < (NI*STYLE_NUM_ENTRIES)) { in android_content_AssetManager_resolveAttrs()
1249 dest += STYLE_NUM_ENTRIES; in android_content_AssetManager_resolveAttrs()
1301 if (NV < (NI*STYLE_NUM_ENTRIES)) { in android_content_AssetManager_applyStyle()
1504 dest += STYLE_NUM_ENTRIES; in android_content_AssetManager_applyStyle()
1549 if (NV < (NI*STYLE_NUM_ENTRIES)) { in android_content_AssetManager_retrieveAttributes()
1648 dest += STYLE_NUM_ENTRIES; in android_content_AssetManager_retrieveAttributes()
1755 dest += STYLE_NUM_ENTRIES; in android_content_AssetManager_retrieveArray()
1756 i+= STYLE_NUM_ENTRIES; in android_content_AssetManager_retrieveArray()
1760 i /= STYLE_NUM_ENTRIES; in android_content_AssetManager_retrieveArray()