Searched refs:dpScale (Results 1 – 1 of 1) sorted by relevance
504 const float dpScale = float(displayMetrics.densityDpi) / 160.f; in getScreenClass() local510 const int widthDp = deFloorFloatToInt32(float(widthP) / dpScale); in getScreenClass()511 const int heightDp = deFloorFloatToInt32(float(heightP) / dpScale); in getScreenClass()