Loading libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/OneHandedController.java +5 −2 Original line number Diff line number Diff line Loading @@ -681,11 +681,14 @@ public class OneHandedController implements RemoteCallable<OneHandedController>, return; } mDisplayAreaOrganizer.onRotateDisplay(mContext, toRotation, wct); if (mState.getState() == STATE_ACTIVE) { mOneHandedUiEventLogger.writeEvent( OneHandedUiEventLogger.EVENT_ONE_HANDED_TRIGGER_ROTATION_OUT); } mDisplayAreaOrganizer.onRotateDisplay(mContext, toRotation, wct); } /** * The interface for calls from outside the Shell, within the host process. */ Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/OneHandedController.java +5 −2 Original line number Diff line number Diff line Loading @@ -681,11 +681,14 @@ public class OneHandedController implements RemoteCallable<OneHandedController>, return; } mDisplayAreaOrganizer.onRotateDisplay(mContext, toRotation, wct); if (mState.getState() == STATE_ACTIVE) { mOneHandedUiEventLogger.writeEvent( OneHandedUiEventLogger.EVENT_ONE_HANDED_TRIGGER_ROTATION_OUT); } mDisplayAreaOrganizer.onRotateDisplay(mContext, toRotation, wct); } /** * The interface for calls from outside the Shell, within the host process. */ Loading