Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/tests/
DConfig_test.cpp127 ResTable_config notRoundConfig; in TEST() local
128 memset(&notRoundConfig, 0, sizeof(notRoundConfig)); in TEST()
129 notRoundConfig.screenLayout2 = ResTable_config::SCREENROUND_NO; in TEST()
131 EXPECT_TRUE(notRoundConfig.match(deviceConfig)); in TEST()