Searched refs:STYLE_NUM_ENTRIES (Results 1 – 3 of 3) sorted by relevance
56 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 …]
795 /*package*/ static final int STYLE_NUM_ENTRIES = 6; field in AssetManager
100 STYLE_NUM_ENTRIES = 6, enumerator1171 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()