Home
last modified time | relevance | path

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

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