Home
last modified time | relevance | path

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

/development/tools/winscope/src/parsers/surface_flinger/operations/
Dadd_display_properties.ts72 const densityRatio = densityDpi / AddDisplayProperties.DENSITY_DEFAULT;
77 private static readonly DENSITY_DEFAULT = 160; property in AddDisplayProperties
/development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/
DBaseActivityListFragment.java177 final Drawable icon = ai.getBadgedIcon(DisplayMetrics.DENSITY_DEFAULT); in bindView()