Searched refs:DENSITY_DEFAULT (Results 1 – 4 of 4) sorted by relevance
113 internal const val DENSITY_DEFAULT = 160f constant
172 const val DENSITY_DEFAULT = 160f in <lambda>() constant178 val densityRatio: Float = densityDpi.toFloat() / DENSITY_DEFAULT in <lambda>()
469 return (dp * densityDpi / PlatformConsts.DENSITY_DEFAULT + 0.5f).toInt() in <lambda>()
71 * DisplayMetrics.DENSITY_DEFAULT) / screenDensity; in isTablet()