OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sw600dpLandConfig
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tools/aapt/tests/
ResourceTable_test.cpp
34
ConfigDescription
sw600dpLandConfig
= {};
35
sw600dpLandConfig
.orientation = ResTable_config::ORIENTATION_LAND;
36
sw600dpLandConfig
.smallestScreenWidthDp = 600;
40
configs->addEntry(
sw600dpLandConfig
, new ResourceTable::Entry(String16(), SourcePos()));
/frameworks/base/tools/aapt2/link/
AutoVersioner_test.cpp
29
const ConfigDescription
sw600dpLandConfig
= test::parseConfigOrDie("sw600dp-land");
34
entry.values.push_back(util::make_unique<ResourceConfigValue>(
sw600dpLandConfig
, ""));
Completed in 496 milliseconds