summaryrefslogtreecommitdiff
path: root/core/java/android/util/DisplayMetrics.java
AgeCommit message (Expand)Author
2020-10-15Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz
2020-01-07Use new UnsupportedAppUsage annotation.Artur Satayev
2019-11-13Merge "docs: fix code example" into qt-devTreeHugger Robot
2019-11-11docs: fix code exampleJoshua Baxter
2019-11-08docs: fix typoJoshua Baxter
2019-06-14DO NOT MERGE: Add DENSITY_450bj1211jeon
2019-04-15Add DENSITY_140, DENSITY_180, DENSITY_200, DENSITY_220Harry Slatyer
2018-08-20Add DENSITY_600st.ji
2018-08-14Add @UnsupportedAppUsage annotationsMathew Inwood
2018-01-26Add DENSITY_440weijuncheng
2016-10-14Update DisplayMetrics even on default displayAdam Lesinski
2016-06-15Add DENSITY_260, DENSITY_300, DENSITY_340Erik Wolsheimer
2016-03-10Update docs for DisplayMetrics pixel size fieldsAndrii Kulian
2016-01-29Add DENSITY_DEVICE_STABLE constantAlan Viverette
2015-08-11Fix issue #23122445: Add 420 densityDianne Hackborn
2015-06-04Add DENSITY_360Adam Powell
2015-02-11Add DENSITY_280Adam Powell
2014-09-26Corrects a typo that identified XXXHIGH as 560 dpi instead of 640.Philip Nowell
2014-08-12Add 560dpi, and some other stuff.Dianne Hackborn
2014-07-16Remove obsolete remark from XXHDPI comment.Jeff Davidson
2013-10-17Fix issue #11256132: Add density bucket for all real numbers between 0 and âˆ...Dianne Hackborn
2013-02-12Implement issue #6646859: 4K!!!! 4K!!!! 4K!!!!Dianne Hackborn
2012-11-29Fix issue #7585876: When changing the font settings, the movie...Dianne Hackborn
2012-08-31Initial draft of high-level multi-display APIs.Jeff Brown
2012-08-03We can now (kind-of) change screen density on the fly.Dianne Hackborn
2012-08-01Start moving away from DisplayMetrics.DENSITY_DEVICE.Dianne Hackborn
2012-06-18Docs only: DENSITY_TV, not just for TVs any more!Dianne Hackborn
2012-01-25Add xxhdpi; fix ActivityManager.getLauncherLargeIconSize() etc.Dianne Hackborn
2011-06-23Fix issue #4770360: older app compatibility mode is really tiny on ICS phonesDianne Hackborn
2011-05-27Add "tv" density for 720p screens.Dianne Hackborn
2011-05-26Rework how we decide whether to use system or status bar.Dianne Hackborn
2011-05-09Better compat mode part one: start scaling windows.Dianne Hackborn
2010-10-22Implement issue #3116702: New manifest tags for supported screen sizesDianne Hackborn
2010-04-28New xlarge screen size.Dianne Hackborn
2009-10-30doc change: misc doc fixes.Dirk Dougherty
2009-08-13DOCS ONLY.Scott Main
2009-07-24Allow for screen density drawables in compatibility mode.Dianne Hackborn
2009-07-21First pass at reworking screen density/size APIs.Dianne Hackborn
2009-07-21cast is floor. Use round instead.Mitsuru Oshima
2009-07-17Add "nodpi" density, and expose a bunch of density-related APIs.Dianne Hackborn
2009-07-08Re-implementation of large screen support using window manager.Mitsuru Oshima
2009-06-26Expand support for different screen sizes.Dianne Hackborn
2009-06-23* new screen resolution support impl.Mitsuru Oshima
2009-06-19Allow the qemu.sf.lcd_density property to override the value of ro.sf.lcd_den...David 'Digit' Turner
2009-06-10resolution support fix/improvementMitsuru Oshima
2009-06-03* Moved supports-density tag under manifestMitsuru Oshima
2009-05-11* update all metrics data when updating density.Mitsuru Oshima
2009-05-06* update density correctly when the configuration is changed.Mitsuru Oshima
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project