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

Commit 0b986a7b authored by Mathias Agopian's avatar Mathias Agopian Committed by Android Git Automerger
Browse files

am 0d8eba64: Merge "Enable HW accelerated window shade for all devices" into jb-dev

* commit '0d8eba64':
  Enable HW accelerated window shade for all devices
parents 265888fe 0d8eba64
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -1943,9 +1943,7 @@ public class PhoneStatusBar extends BaseStatusBar {
                    | WindowManager.LayoutParams.FLAG_SPLIT_TOUCH,
                PixelFormat.TRANSLUCENT);

        if (ActivityManager.isHighEndGfx(mDisplay)) {
        lp.flags |= WindowManager.LayoutParams.FLAG_HARDWARE_ACCELERATED;
        }

        lp.gravity = getStatusBarGravity();
        lp.setTitle("StatusBar");