Home | History | Annotate | Download | only in androidfw

Lines Matching refs:DENSITY_MEDIUM

2213                 // Use the system default density (DENSITY_MEDIUM, 160dpi) if none specified.
2214 const int thisDensity = density ? density : int(ResTable_config::DENSITY_MEDIUM);
2215 const int otherDensity = o.density ? o.density : int(ResTable_config::DENSITY_MEDIUM);
2227 requestedDensity = ResTable_config::DENSITY_MEDIUM;
2704 case ResTable_config::DENSITY_MEDIUM: