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

Commit c4b88c3d authored by Winson Chung's avatar Winson Chung
Browse files

Add state callback in launcher

Bug: 129785904
Test: Manual, change states and verify state is sent
Change-Id: Ia1f69494a6cbae68085fb09670ffa309ce147430
parent fd378d79
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -89,6 +89,10 @@ public class TouchInteractionService extends Service {
                boolean gestureSwipeLeft) {
                boolean gestureSwipeLeft) {
        }
        }


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

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


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


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

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