Searched defs:roundConfig (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/androidfw/tests/
H A DConfig_test.cpp107 ResTable_config roundConfig; local
108 memset(&roundConfig, 0, sizeof(roundConfig));
109 roundConfig.screenLayout2 = ResTable_config::SCREENROUND_YES;
111 EXPECT_FALSE(roundConfig.match(deviceConfig));
115 EXPECT_TRUE(roundConfig.match(deviceConfig));
119 EXPECT_FALSE(roundConfig.match(deviceConfig));
156 ResTable_config roundConfig = defaultConfig; local
157 roundConfig.screenLayout2 = ResTable_config::SCREENROUND_YES;
159 EXPECT_EQ(defaultConfig.diff(roundConfig), ResTable_confi
[all...]

Completed in 60 milliseconds