aboutsummaryrefslogtreecommitdiffstats
path: root/android/hw-lcd.c
Commit message (Collapse)AuthorAgeFilesLines
* Add support for the TV DPI.Xavier Ducrohet2011-06-031-9/+14
| | | | | | | | This is the dpi for the 720p resolution used by Google TV. It's a special dpi, not a bucket dpi like the other one so the handling is a bit different. Change-Id: Id9a245422855c2dba82c267beca203006f6fd864
* Add support for xhdpi when injecting a skin dpi into the emulator.Xavier Ducrohet2011-05-171-5/+7
| | | | Change-Id: I58f06af3c39efc1fcc7dd4e53a701136229379de
* Add a new hw.lcd.density hardware property to AVD configuration files.David 'Digit' Turner2009-06-191-0/+32
This value can be overriden with the already existing -dpi-device <value> option. The value is mapped to one of 120,160 and 240, then set to the boot-time property named qemu.sf.lcd_density used by the framework to properly select assets and/or resize them at runtime. This means that "emulator -dpi-device 130" will select 120 lcd_density, or "emulator -dpi-device 220" will select a 240 one.