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

  /external/qemu/android/
hw-lcd.h 21 #define LCD_DENSITY_XXHDPI 480
hw-lcd.c 34 else if (density < (LCD_DENSITY_400DPI + LCD_DENSITY_XXHDPI)/2)
36 else if (density < (LCD_DENSITY_XXHDPI + LCD_DENSITY_XXXHDPI)/2)
37 density = LCD_DENSITY_XXHDPI;

Completed in 196 milliseconds