Loading services/java/com/android/server/wm/DisplayMagnifier.java +2 −1 Original line number Diff line number Diff line Loading @@ -133,7 +133,6 @@ final class DisplayMagnifier { Slog.i(LOG_TAG, "Rotaton: " + Surface.rotationToString(rotation) + " displayId: " + displayContent.getDisplayId()); } mMagnifedViewport.onRotationChangedLocked(); mHandler.sendEmptyMessage(MyHandler.MESSAGE_NOTIFY_ROTATION_CHANGED); } Loading Loading @@ -736,6 +735,8 @@ final class DisplayMagnifier { } break; case MESSAGE_NOTIFY_ROTATION_CHANGED: { final int rotation = message.arg1; mMagnifedViewport.onRotationChangedLocked(); try { mCallbacks.onRotationChanged(rotation); } catch (RemoteException re) { Loading Loading
services/java/com/android/server/wm/DisplayMagnifier.java +2 −1 Original line number Diff line number Diff line Loading @@ -133,7 +133,6 @@ final class DisplayMagnifier { Slog.i(LOG_TAG, "Rotaton: " + Surface.rotationToString(rotation) + " displayId: " + displayContent.getDisplayId()); } mMagnifedViewport.onRotationChangedLocked(); mHandler.sendEmptyMessage(MyHandler.MESSAGE_NOTIFY_ROTATION_CHANGED); } Loading Loading @@ -736,6 +735,8 @@ final class DisplayMagnifier { } break; case MESSAGE_NOTIFY_ROTATION_CHANGED: { final int rotation = message.arg1; mMagnifedViewport.onRotationChangedLocked(); try { mCallbacks.onRotationChanged(rotation); } catch (RemoteException re) { Loading