Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/tests/
DConfig_test.cpp113 ResTable_config roundConfig; in TEST() local
114 memset(&roundConfig, 0, sizeof(roundConfig)); in TEST()
115 roundConfig.screenLayout2 = ResTable_config::SCREENROUND_YES; in TEST()
117 EXPECT_FALSE(roundConfig.match(deviceConfig)); in TEST()
121 EXPECT_TRUE(roundConfig.match(deviceConfig)); in TEST()
125 EXPECT_FALSE(roundConfig.match(deviceConfig)); in TEST()
162 ResTable_config roundConfig = defaultConfig; in TEST() local
163 roundConfig.screenLayout2 = ResTable_config::SCREENROUND_YES; in TEST()
165 EXPECT_EQ(defaultConfig.diff(roundConfig), in TEST()