OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DENSITY_ANY
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/tools/split-select/
RuleGenerator.cpp
36
if (allDensities[index] != ResTable_config::
DENSITY_ANY
) {
41
allDensities.end(), (int) ResTable_config::
DENSITY_ANY
) != allDensities.end();
59
if (index + 1 < allDensities.size() && allDensities[index + 1] != ResTable_config::
DENSITY_ANY
) {
68
// SDK_VERSION is handled elsewhere, so we always pick
DENSITY_ANY
if it's
RuleGenerator_test.cpp
84
const ssize_t anyIndex = densities.add(ConfigDescription::
DENSITY_ANY
);
/frameworks/base/libs/androidfw/tests/
Config_test.cpp
80
expectedBest = buildDensityConfig(ResTable_config::
DENSITY_ANY
);
98
expectedBest = buildDensityConfig(ResTable_config::
DENSITY_ANY
);
/frameworks/base/tools/aapt2/
ConfigDescription.cpp
274
if (out) out->density = ResTable_config::
DENSITY_ANY
;
762
} else if (config->density == ResTable_config::
DENSITY_ANY
) {
/frameworks/base/tools/aapt/
AaptConfig.cpp
254
} else if (config->density == ResTable_config::
DENSITY_ANY
) {
513
if (out) out->density = ResTable_config::
DENSITY_ANY
;
832
if (config.density == ResTable_config::
DENSITY_ANY
) {
/frameworks/base/include/androidfw/
ResourceTypes.h
[
all
...]
/frameworks/base/libs/androidfw/
ResourceTypes.cpp
[
all
...]
Completed in 7921 milliseconds