Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/tests/
DConfig_test.cpp110 ResTable_config roundConfig; in TEST() local
111 memset(&roundConfig, 0, sizeof(roundConfig)); in TEST()
112 roundConfig.screenLayout2 = ResTable_config::SCREENROUND_YES; in TEST()
114 EXPECT_FALSE(roundConfig.match(deviceConfig)); in TEST()
118 EXPECT_TRUE(roundConfig.match(deviceConfig)); in TEST()
122 EXPECT_FALSE(roundConfig.match(deviceConfig)); in TEST()
159 ResTable_config roundConfig = defaultConfig; in TEST() local
160 roundConfig.screenLayout2 = ResTable_config::SCREENROUND_YES; in TEST()
162 EXPECT_EQ(defaultConfig.diff(roundConfig), in TEST()