Searched defs:dpScale (Results 1 – 2 of 2) sorted by relevance
42 private static float dpScale = -1; field in Utils219 public static float dpScale() { in dpScale() method in Utils
504 const float dpScale = float(displayMetrics.densityDpi) / 160.f; in getScreenClass() local