summaryrefslogtreecommitdiffstats
path: root/core/java/android/util/DisplayMetrics.java
Commit message (Expand)AuthorAgeFilesLines
* Add DENSITY_280Adam Powell2015-02-111-0/+7
* Corrects a typo that identified XXXHIGH as 560 dpi instead of 640.Philip Nowell2014-09-261-1/+1
* Add 560dpi, and some other stuff.Dianne Hackborn2014-08-121-1/+9
* Remove obsolete remark from XXHDPI comment.Jeff Davidson2014-07-161-3/+1
* Fix issue #11256132: Add density bucket for all real numbers between 0 and âˆ...Dianne Hackborn2013-10-171-0/+8
* Implement issue #6646859: 4K!!!! 4K!!!! 4K!!!!Dianne Hackborn2013-02-121-0/+9
* Fix issue #7585876: When changing the font settings, the movie...Dianne Hackborn2012-11-291-2/+15
* Initial draft of high-level multi-display APIs.Jeff Brown2012-08-311-6/+45
* We can now (kind-of) change screen density on the fly.Dianne Hackborn2012-08-031-1/+1
* Start moving away from DisplayMetrics.DENSITY_DEVICE.Dianne Hackborn2012-08-011-5/+21
* Docs only: DENSITY_TV, not just for TVs any more!Dianne Hackborn2012-06-181-5/+15
* Add xxhdpi; fix ActivityManager.getLauncherLargeIconSize() etc.Dianne Hackborn2012-01-251-0/+7
* Fix issue #4770360: older app compatibility mode is really tiny on ICS phonesDianne Hackborn2011-06-231-6/+34
* Add "tv" density for 720p screens.Dianne Hackborn2011-05-271-0/+9
* Rework how we decide whether to use system or status bar.Dianne Hackborn2011-05-261-8/+16
* Better compat mode part one: start scaling windows.Dianne Hackborn2011-05-091-98/+10
* Implement issue #3116702: New manifest tags for supported screen sizesDianne Hackborn2010-10-221-0/+5
* New xlarge screen size.Dianne Hackborn2010-04-281-1/+12
* doc change: misc doc fixes.Dirk Dougherty2009-10-301-1/+1
* DOCS ONLY.Scott Main2009-08-131-0/+3
* Allow for screen density drawables in compatibility mode.Dianne Hackborn2009-07-241-0/+9
* First pass at reworking screen density/size APIs.Dianne Hackborn2009-07-211-41/+57
* cast is floor. Use round instead.Mitsuru Oshima2009-07-211-6/+10
* Add "nodpi" density, and expose a bunch of density-related APIs.Dianne Hackborn2009-07-171-10/+24
* Re-implementation of large screen support using window manager.Mitsuru Oshima2009-07-081-3/+0
* Expand support for different screen sizes.Dianne Hackborn2009-06-261-27/+34
* * new screen resolution support impl.Mitsuru Oshima2009-06-231-12/+17
* Allow the qemu.sf.lcd_density property to override the value of ro.sf.lcd_den...David 'Digit' Turner2009-06-191-2/+10
* resolution support fix/improvementMitsuru Oshima2009-06-101-11/+22
* * Moved supports-density tag under manifestMitsuru Oshima2009-06-031-10/+41
* * update all metrics data when updating density.Mitsuru Oshima2009-05-111-0/+20
* * update density correctly when the configuration is changed.Mitsuru Oshima2009-05-061-4/+8
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+98
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-98/+0
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-7/+20
* Initial ContributionThe Android Open Source Project2008-10-211-0/+85