Searched refs:roundConfig (Results 1 – 1 of 1) sorted by relevance
110 ResTable_config roundConfig; in TEST() local111 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() local160 roundConfig.screenLayout2 = ResTable_config::SCREENROUND_YES; in TEST()162 EXPECT_EQ(defaultConfig.diff(roundConfig), in TEST()