Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarView.java +1 −0 Original line number Diff line number Diff line Loading @@ -471,6 +471,7 @@ public class NavigationBarView extends LinearLayout implements BaseStatusBar.Nav if (NavbarEditor.isDevicePhone(mContext)) { rot = mDisplay.getRotation(); mVertical = (rot == Surface.ROTATION_90 || rot == Surface.ROTATION_270); mDelegateHelper.setSwapXY(mVertical); } else { mVertical = getWidth() > 0 && getHeight() > getWidth(); } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarView.java +1 −0 Original line number Diff line number Diff line Loading @@ -471,6 +471,7 @@ public class NavigationBarView extends LinearLayout implements BaseStatusBar.Nav if (NavbarEditor.isDevicePhone(mContext)) { rot = mDisplay.getRotation(); mVertical = (rot == Surface.ROTATION_90 || rot == Surface.ROTATION_270); mDelegateHelper.setSwapXY(mVertical); } else { mVertical = getWidth() > 0 && getHeight() > getWidth(); } Loading