Home
last modified time | relevance | path

Searched refs:STYLE_TYPE (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/libs/androidfw/tests/
DAttributeResolution_test.cpp83 EXPECT_EQ(Res_value::TYPE_INT_DEC, values_cursor[STYLE_TYPE]); in TEST_F()
91 EXPECT_EQ(Res_value::TYPE_STRING, values_cursor[STYLE_TYPE]); in TEST_F()
98 EXPECT_EQ(Res_value::TYPE_INT_DEC, values_cursor[STYLE_TYPE]); in TEST_F()
106 EXPECT_EQ(Res_value::TYPE_NULL, values_cursor[STYLE_TYPE]); in TEST_F()
116 EXPECT_EQ(Res_value::TYPE_NULL, values_cursor[STYLE_TYPE]); in TEST_F()
133 EXPECT_EQ(Res_value::TYPE_NULL, values_cursor[STYLE_TYPE]); in TEST_F()
141 EXPECT_EQ(Res_value::TYPE_NULL, values_cursor[STYLE_TYPE]); in TEST_F()
149 EXPECT_EQ(Res_value::TYPE_INT_DEC, values_cursor[STYLE_TYPE]); in TEST_F()
157 EXPECT_EQ(Res_value::TYPE_ATTRIBUTE, values_cursor[STYLE_TYPE]); in TEST_F()
165 EXPECT_EQ(Res_value::TYPE_NULL, values_cursor[STYLE_TYPE]); in TEST_F()
[all …]
/frameworks/base/core/java/android/content/res/
DTypedArray.java171 final int type = data[index+AssetManager.STYLE_TYPE]; in getText()
208 final int type = data[index+AssetManager.STYLE_TYPE]; in getString()
247 final int type = data[index+AssetManager.STYLE_TYPE]; in getNonResourceString()
279 final int type = data[index+AssetManager.STYLE_TYPE]; in getNonConfigurationString()
325 final int type = data[index+AssetManager.STYLE_TYPE]; in getBoolean()
364 final int type = data[index+AssetManager.STYLE_TYPE]; in getInt()
401 final int type = data[index+AssetManager.STYLE_TYPE]; in getFloat()
452 final int type = data[index+AssetManager.STYLE_TYPE]; in getColor()
570 final int type = data[index+AssetManager.STYLE_TYPE]; in getInteger()
618 final int type = data[index+AssetManager.STYLE_TYPE]; in getDimension()
[all …]
DAssetManager.java829 /*package*/ static final int STYLE_TYPE = 0; field in AssetManager
/frameworks/base/libs/androidfw/include/androidfw/
DAttributeResolution.h28 STYLE_TYPE = 0, enumerator
/frameworks/base/libs/androidfw/
DAttributeResolution.cpp180 out_values[STYLE_TYPE] = value.dataType; in ResolveAttrs()
386 out_values[STYLE_TYPE] = value.dataType; in ApplyStyle()
470 out_values[STYLE_TYPE] = value.dataType; in RetrieveAttributes()
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp1341 dest[STYLE_TYPE] = value.dataType; in android_content_AssetManager_retrieveArray()