Home
last modified time | relevance | path

Searched refs:bag (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tests/AndroidTests/src/com/android/unit_tests/content/
DConfigTest.java193 checkValue(res, R.configVarying.bag, in testAllConfigs()
200 checkValue(res, R.configVarying.bag, in testAllConfigs()
208 checkValue(res, R.configVarying.bag, in testAllConfigs()
215 checkValue(res, R.configVarying.bag, in testAllConfigs()
222 checkValue(res, R.configVarying.bag, in testAllConfigs()
229 checkValue(res, R.configVarying.bag, in testAllConfigs()
236 checkValue(res, R.configVarying.bag, in testAllConfigs()
243 checkValue(res, R.configVarying.bag, in testAllConfigs()
250 checkValue(res, R.configVarying.bag, in testAllConfigs()
257 checkValue(res, R.configVarying.bag, in testAllConfigs()
[all …]
/frameworks/base/libs/utils/
DResourceTypes.cpp1309 const bag_entry* bag; in applyStyle() local
1312 const ssize_t N = mTable.getBagLocked(resID, &bag, &bagTypeSpecFlags); in applyStyle()
1326 const bag_entry* end = bag + N; in applyStyle()
1327 while (bag < end) { in applyStyle()
1328 const uint32_t attrRes = bag->map.name.ident; in applyStyle()
1337 bag++; in applyStyle()
1357 bag++; in applyStyle()
1375 bag++; in applyStyle()
1380 attrRes, bag->map.value.dataType, bag->map.value.data, in applyStyle()
1383 curEntry->stringBlock = bag->stringBlock; in applyStyle()
[all …]
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp1394 const ResTable::bag_entry* bag = startOfBag; in android_content_AssetManager_getArrayStringInfo() local
1395 for (size_t i = 0, j = 0; ((ssize_t)i)<N; i++, bag++) { in android_content_AssetManager_getArrayStringInfo()
1398 value = bag->map.value; in android_content_AssetManager_getArrayStringInfo()
1401 stringBlock = res.resolveReference(&value, bag->stringBlock, NULL); in android_content_AssetManager_getArrayStringInfo()
1446 const ResTable::bag_entry* bag = startOfBag; in android_content_AssetManager_getArrayStringResource() local
1448 for (size_t i=0; ((ssize_t)i)<N; i++, bag++) { in android_content_AssetManager_getArrayStringResource()
1449 value = bag->map.value; in android_content_AssetManager_getArrayStringResource()
1453 ssize_t block = res.resolveReference(&value, bag->stringBlock, NULL); in android_content_AssetManager_getArrayStringResource()
1493 const ResTable::bag_entry* bag = startOfBag; in android_content_AssetManager_getArrayIntResource() local
1494 for (size_t i=0; ((ssize_t)i)<N; i++, bag++) { in android_content_AssetManager_getArrayIntResource()
[all …]
/frameworks/base/docs/html/guide/topics/resources/
Dresources-i18n.jd738 support inheritance: a bag can inherit the values from another bag, selectively
747 layout), and style (a bag resource describing user interface attributes).
749 identifiers to be used for naming bag items and XML attributes</p>
754 In a layout XML file, you associate a style with a bag using the "style"
/frameworks/base/include/utils/
DResourceTypes.h1718 void unlockBag(const bag_entry* bag) const;