Home
last modified time | relevance | path

Searched refs:DENSITY_DEFAULT (Results 1 – 4 of 4) sorted by relevance

/platform_testing/libraries/flicker/utils/src/android/tools/
DPlatformConsts.kt113 internal const val DENSITY_DEFAULT = 160f constant
/platform_testing/libraries/flicker/utils/src/android/tools/traces/wm/
DDisplayContent.kt172 const val DENSITY_DEFAULT = 160f in <lambda>() constant
178 val densityRatio: Float = densityDpi.toFloat() / DENSITY_DEFAULT in <lambda>()
DWindowManagerState.kt469 return (dp * densityDpi / PlatformConsts.DENSITY_DEFAULT + 0.5f).toInt() in <lambda>()
/platform_testing/libraries/system-helpers/device-helper/src/android/system/helpers/
DDeviceHelper.java71 * DisplayMetrics.DENSITY_DEFAULT) / screenDensity; in isTablet()