Searched refs:STYLE_NUM_ENTRIES (Results 1 – 7 of 7) sorted by relevance
67 static final int STYLE_NUM_ENTRIES = 7; field in TypedArray139 final int dataLen = len * STYLE_NUM_ENTRIES; in resize()227 index *= STYLE_NUM_ENTRIES; in getText()264 index *= STYLE_NUM_ENTRIES; in getString()303 index *= STYLE_NUM_ENTRIES; in getNonResourceString()335 index *= STYLE_NUM_ENTRIES; in getNonConfigurationString()381 index *= STYLE_NUM_ENTRIES; in getBoolean()420 index *= STYLE_NUM_ENTRIES; in getInt()457 index *= STYLE_NUM_ENTRIES; in getFloat()507 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 …]
72 std::array<uint32_t, attrs.size() * STYLE_NUM_ENTRIES> values; in BM_ApplyStyle()166 std::array<uint32_t, attrs.size() * STYLE_NUM_ENTRIES> values; in BM_ApplyStyleFramework()
29 STYLE_NUM_ENTRIES = 7, enumerator
196 out_values += STYLE_NUM_ENTRIES; in ResolveAttrs()399 out_values += STYLE_NUM_ENTRIES; in ApplyStyle()473 out_values += STYLE_NUM_ENTRIES; in RetrieveAttributes()
979 if (static_cast<jsize>(bag->entry_count) > out_data_length * STYLE_NUM_ENTRIES) { in NativeGetResourceArray()1016 cursor += STYLE_NUM_ENTRIES; in NativeGetResourceArray()1252 if (out_values_len < (attrs_len * STYLE_NUM_ENTRIES)) { in NativeResolveAttrs()1326 if (out_values_len < (attrs_len * STYLE_NUM_ENTRIES)) { in NativeRetrieveAttributes()
18038 Landroid/content/res/TypedArray;->STYLE_NUM_ENTRIES:I