Home | History | Annotate | Download | only in util

Lines Matching refs:ydpi

143      * {@link #xdpi} and {@link #ydpi}, but rather is used to scale the size of
171 public float ydpi;
210 * The reported display ydpi prior to any compatibility mode scaling
226 ydpi = o.ydpi;
243 ydpi = DENSITY_DEVICE;
250 noncompatYdpi = ydpi;
286 && ydpi == other.ydpi
304 ", xdpi=" + xdpi + ", ydpi=" + ydpi + "}";