Home
last modified time | relevance | path

Searched refs:STYLE_NUM_ENTRIES (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/res/
H A DTypedArray.java228 index *= STYLE_NUM_ENTRIES; in getText()
265 index *= STYLE_NUM_ENTRIES; in getString()
304 index *= STYLE_NUM_ENTRIES; in getNonResourceString()
336 index *= STYLE_NUM_ENTRIES; in getNonConfigurationString()
383 index *= STYLE_NUM_ENTRIES; in getBoolean()
422 index *= STYLE_NUM_ENTRIES; in getInt()
459 index *= STYLE_NUM_ENTRIES; in getFloat()
509 index *= STYLE_NUM_ENTRIES; in getColor()
630 index *= STYLE_NUM_ENTRIES; in getInteger()
679 index *= STYLE_NUM_ENTRIES; in getDimension()
[all …]
/aosp14/frameworks/base/libs/androidfw/tests/
H A DAttributeResolution_test.cpp94 values_cursor += STYLE_NUM_ENTRIES; in TEST()
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()
175 values_cursor += STYLE_NUM_ENTRIES; in TEST_F()
183 values_cursor += STYLE_NUM_ENTRIES; in TEST_F()
191 values_cursor += STYLE_NUM_ENTRIES; in TEST_F()
199 values_cursor += STYLE_NUM_ENTRIES; in TEST_F()
230 values_cursor += STYLE_NUM_ENTRIES; in TEST_F()
[all …]
H A DAttributeResolution_bench.cpp71 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()
/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DAttributeResolution.h29 STYLE_NUM_ENTRIES = 7, enumerator
/aosp14/frameworks/base/libs/androidfw/
H A DAttributeResolution.cpp211 out_values += STYLE_NUM_ENTRIES; in ResolveAttrs()
344 out_values += STYLE_NUM_ENTRIES; in ApplyStyle()
415 out_values += STYLE_NUM_ENTRIES; in RetrieveAttributes()
/aosp14/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp890 if (static_cast<jsize>(bag->entry_count) > out_data_length * STYLE_NUM_ENTRIES) { in NativeGetResourceArray()
922 cursor += STYLE_NUM_ENTRIES; in NativeGetResourceArray()
1178 if (out_values_len < (attrs_len * STYLE_NUM_ENTRIES)) { in NativeResolveAttrs()
1254 if (out_values_len < (attrs_len * STYLE_NUM_ENTRIES)) { in NativeRetrieveAttributes()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt13992 Landroid/content/res/TypedArray;->STYLE_NUM_ENTRIES:I