Searched refs:dpi2 (Results 1 – 1 of 1) sorted by relevance
790 int dpi2 = Density.DEFAULT_DENSITY; in compare() local802 dpi2 = value != null ? value.getDpiValue() : Density.DEFAULT_DENSITY; in compare()804 dpi2 = mDensitySort.get(dpi2, 100 /* valueIfKeyNotFound*/); in compare()806 if (dpi1 == dpi2) { in compare()840 return dpi1 - dpi2; in compare()