HomeSort by relevance Sort by last modified time
    Searched refs:LCD_DENSITY_HDPI (Results 1 - 2 of 2) sorted by null

  /external/qemu/android/
hw-lcd.h 18 #define LCD_DENSITY_HDPI 240
hw-lcd.c 28 else if (density < (LCD_DENSITY_MDPI + LCD_DENSITY_HDPI)/2)
30 else if (density < (LCD_DENSITY_HDPI + LCD_DENSITY_XHDPI)/2)
31 density = LCD_DENSITY_HDPI;

Completed in 499 milliseconds