Home
last modified time | relevance | path

Searched defs:dpScale (Results 1 – 2 of 2) sorted by relevance

/external/lottie/lottie/src/main/java/com/airbnb/lottie/utils/
DUtils.java42 private static float dpScale = -1; field in Utils
219 public static float dpScale() { in dpScale() method in Utils
/external/deqp/framework/platform/android/
DtcuAndroidUtil.cpp504 const float dpScale = float(displayMetrics.densityDpi) / 160.f; in getScreenClass() local