Searched refs:STYLE_NUM_ENTRIES (Results 1 – 6 of 6) sorted by relevance
74 std::array<uint32_t, attrs.size() * STYLE_NUM_ENTRIES> values; in TEST_F()90 values_cursor += STYLE_NUM_ENTRIES; in TEST_F()97 values_cursor += STYLE_NUM_ENTRIES; in TEST_F()105 values_cursor += STYLE_NUM_ENTRIES; in TEST_F()115 values_cursor += STYLE_NUM_ENTRIES; in TEST_F()127 std::array<uint32_t, attrs.size() * STYLE_NUM_ENTRIES> values; in TEST_F()140 values_cursor += STYLE_NUM_ENTRIES; in TEST_F()148 values_cursor += STYLE_NUM_ENTRIES; in TEST_F()156 values_cursor += STYLE_NUM_ENTRIES; in TEST_F()164 values_cursor += STYLE_NUM_ENTRIES; in TEST_F()[all …]
81 final int dataLen = len * AssetManager.STYLE_NUM_ENTRIES; in resize()169 index *= AssetManager.STYLE_NUM_ENTRIES; in getText()206 index *= AssetManager.STYLE_NUM_ENTRIES; in getString()245 index *= AssetManager.STYLE_NUM_ENTRIES; in getNonResourceString()277 index *= AssetManager.STYLE_NUM_ENTRIES; in getNonConfigurationString()323 index *= AssetManager.STYLE_NUM_ENTRIES; in getBoolean()362 index *= AssetManager.STYLE_NUM_ENTRIES; in getInt()399 index *= AssetManager.STYLE_NUM_ENTRIES; in getFloat()449 index *= AssetManager.STYLE_NUM_ENTRIES; in getColor()501 if (getValueAt(index*AssetManager.STYLE_NUM_ENTRIES, value)) { in getComplexColor()[all …]
828 /*package*/ static final int STYLE_NUM_ENTRIES = 6; field in AssetManager
27 STYLE_NUM_ENTRIES = 6, enumerator
195 out_values += STYLE_NUM_ENTRIES; in ResolveAttrs()402 out_values += STYLE_NUM_ENTRIES; in ApplyStyle()485 out_values += STYLE_NUM_ENTRIES; in RetrieveAttributes()
1137 if (NV < (NI*STYLE_NUM_ENTRIES)) { in android_content_AssetManager_resolveAttrs()1220 if (NV < (NI*STYLE_NUM_ENTRIES)) { in android_content_AssetManager_retrieveAttributes()1347 dest += STYLE_NUM_ENTRIES; in android_content_AssetManager_retrieveArray()1348 i+= STYLE_NUM_ENTRIES; in android_content_AssetManager_retrieveArray()1352 i /= STYLE_NUM_ENTRIES; in android_content_AssetManager_retrieveArray()