Home | History | Annotate | Download | only in util

Lines Matching defs:density

156      * If {@link #density} is equal to this value, then the density should be
157 * treated as the system's default density value: {@link DisplayMetrics#DENSITY_DEFAULT}.
162 * If {@link #density} is equal to this value, then there is no density
215 * If the Value came from a resource, this holds the corresponding pixel density.
217 public int density;
260 * supplies display density and scaling information.
284 * supplies display density and scaling information.
311 * supplies display density and scaling information.
361 * supplies display density and scaling information.
373 return value * metrics.density;
391 * supplies display density and scaling information.
519 density = other.density;