Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DTypedArray.java68 static final int STYLE_NUM_ENTRIES = 7; field in TypedArray
140 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 …]
/frameworks/base/libs/androidfw/tests/
DAttributeResolution_test.cpp78 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 …]
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()
/frameworks/base/libs/androidfw/include/androidfw/
DAttributeResolution.h29 STYLE_NUM_ENTRIES = 7, enumerator
/frameworks/base/libs/androidfw/
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()
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp916 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()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt13992 Landroid/content/res/TypedArray;->STYLE_NUM_ENTRIES:I