Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarView.java +5 −0 Original line number Diff line number Diff line Loading @@ -521,6 +521,11 @@ public class NavigationBarView extends LinearLayout { Log.d(TAG, "reorient(): rot=" + mDisplay.getRotation()); } // swap to x coordinate if orientation is not in vertical if (mDelegateHelper != null) { mDelegateHelper.setSwapXY(!mVertical); } setNavigationIconHints(mNavigationIconHints, true); } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarView.java +5 −0 Original line number Diff line number Diff line Loading @@ -521,6 +521,11 @@ public class NavigationBarView extends LinearLayout { Log.d(TAG, "reorient(): rot=" + mDisplay.getRotation()); } // swap to x coordinate if orientation is not in vertical if (mDelegateHelper != null) { mDelegateHelper.setSwapXY(!mVertical); } setNavigationIconHints(mNavigationIconHints, true); } Loading