Searched refs:STYLE_NUM_ENTRIES (Results 1 – 7 of 7) sorted by relevance
68 static final int STYLE_NUM_ENTRIES = 7; field in TypedArray140 final int dataLen = len * STYLE_NUM_ENTRIES; in resize()228 index *= STYLE_NUM_ENTRIES; in getText()265 index *= STYLE_NUM_ENTRIES; in getString()304 index *= STYLE_NUM_ENTRIES; in getNonResourceString()340 index *= STYLE_NUM_ENTRIES; in getNonConfigurationString()387 index *= STYLE_NUM_ENTRIES; in getBoolean()426 index *= STYLE_NUM_ENTRIES; in getInt()463 index *= STYLE_NUM_ENTRIES; in getFloat()513 index *= STYLE_NUM_ENTRIES; in getColor()[all …]
78 std::array<uint32_t, attrs.size() * STYLE_NUM_ENTRIES> values; in TEST()94 values_cursor += STYLE_NUM_ENTRIES; in TEST()109 std::array<uint32_t, attrs.size() * STYLE_NUM_ENTRIES> values; in TEST_F()125 values_cursor += STYLE_NUM_ENTRIES; in TEST_F()132 values_cursor += STYLE_NUM_ENTRIES; in TEST_F()140 values_cursor += STYLE_NUM_ENTRIES; in TEST_F()150 values_cursor += STYLE_NUM_ENTRIES; in TEST_F()162 std::array<uint32_t, attrs.size() * STYLE_NUM_ENTRIES> values; in TEST_F()175 values_cursor += STYLE_NUM_ENTRIES; in TEST_F()183 values_cursor += STYLE_NUM_ENTRIES; in TEST_F()[all …]
71 std::array<uint32_t, attrs.size() * STYLE_NUM_ENTRIES> values; in BM_ApplyStyle()157 std::array<uint32_t, attrs.size() * STYLE_NUM_ENTRIES> values; in BM_ApplyStyleFramework()
29 STYLE_NUM_ENTRIES = 7, enumerator
211 out_values += STYLE_NUM_ENTRIES; in ResolveAttrs()344 out_values += STYLE_NUM_ENTRIES; in ApplyStyle()415 out_values += STYLE_NUM_ENTRIES; in RetrieveAttributes()
916 if (static_cast<jsize>(bag->entry_count) > out_data_length * STYLE_NUM_ENTRIES) { in NativeGetResourceArray()948 cursor += STYLE_NUM_ENTRIES; in NativeGetResourceArray()1211 if (out_values_len < (attrs_len * STYLE_NUM_ENTRIES)) { in NativeResolveAttrs()1287 if (out_values_len < (attrs_len * STYLE_NUM_ENTRIES)) { in NativeRetrieveAttributes()
13992 Landroid/content/res/TypedArray;->STYLE_NUM_ENTRIES:I