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

Commit f5fd82ac authored by Daniel Sandler's avatar Daniel Sandler Committed by Android (Google) Code Review
Browse files

Merge "Capture orientation change data in the gesture log." into jb-mr1-dev

parents 7c6f724e 747a9e98
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2118,8 +2118,11 @@ public class PhoneStatusBar extends BaseStatusBar {
        updateCarrierLabelVisibility(false);
    }

    // called by makeStatusbar and also by PhoneStatusBarView
    void updateDisplaySize() {
        mDisplay.getMetrics(mDisplayMetrics);
        mGestureRec.tag("display", 
                String.format("%dx%d", mDisplayMetrics.widthPixels, mDisplayMetrics.heightPixels));
    }

    void performDisableActions(int net) {