Searched refs:DENSITY_DEFAULT (Results 1 – 2 of 2) sorted by relevance
72 const densityRatio = densityDpi / AddDisplayProperties.DENSITY_DEFAULT;77 private static readonly DENSITY_DEFAULT = 160; property in AddDisplayProperties
177 final Drawable icon = ai.getBadgedIcon(DisplayMetrics.DENSITY_DEFAULT); in bindView()