Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1b364244 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am eb5aeae6: am fdbb2168: Merge "Adjust boundaries for screen sizes." into gingerbread

Merge commit 'eb5aeae6'

* commit 'eb5aeae6':
  Adjust boundaries for screen sizes.
parents 30e25776 eb5aeae6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5376,8 +5376,8 @@ public class WindowManagerService extends IWindowManager.Stub
                    // SVGA or larger screens at medium density are the point
                    // at which we consider it to be an extra large screen.
                    mScreenLayout = Configuration.SCREENLAYOUT_SIZE_XLARGE;
                } else if (longSize >= 640 && shortSize >= 480) {
                    // VGA or larger screens at medium density are the point
                } else if (longSize >= 530 && shortSize >= 400) {
                    // SVGA or larger screens at high density are the point
                    // at which we consider it to be a large screen.
                    mScreenLayout = Configuration.SCREENLAYOUT_SIZE_LARGE;
                } else {