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

Commit 5e95b62f authored by Winson Chung's avatar Winson Chung Committed by android-build-merger
Browse files

Merge "Add state callback in launcher" into qt-dev

am: 85011bdc

Change-Id: Id1dbca91f244d5f6c28efb730c30a0f76eee308a
parents 7f4cd5de 85011bdc
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -88,6 +88,10 @@ public class TouchInteractionService extends Service {
                boolean gestureSwipeLeft) {
        }

        public void onSystemUiStateChanged(int stateFlags) {
            // To be implemented
        }

        /** Deprecated methods **/
        public void onQuickStep(MotionEvent motionEvent) { }

+4 −0
Original line number Diff line number Diff line
@@ -159,6 +159,10 @@ public class TouchInteractionService extends Service implements
                    isButton, gestureSwipeLeft, activityControl.getContainerType());
        }

        public void onSystemUiStateChanged(int stateFlags) {
            // To be implemented
        }

        /** Deprecated methods **/
        public void onQuickStep(MotionEvent motionEvent) { }