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

Commit c79196eb authored by Hyunyoung Song's avatar Hyunyoung Song Committed by android-build-merger
Browse files

Revert "Implement scrim method"

am: 35885b3c

Change-Id: I20b23f2624439243e564d8141a9045174646e62e
parents 3ec3cf9c 35885b3c
Loading
Loading
Loading
Loading
+0 −5
Original line number Original line Diff line number Diff line
@@ -92,11 +92,6 @@ public class TouchInteractionService extends Service {
            // To be implemented
            // To be implemented
        }
        }


        @Override
        public void onScrimColorsChanged(int color, int type) {

        }

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


+0 −5
Original line number Original line Diff line number Diff line
@@ -171,11 +171,6 @@ public class TouchInteractionService extends Service implements
            mSystemUiStateFlags = stateFlags;
            mSystemUiStateFlags = stateFlags;
        }
        }


        @Override
        public void onScrimColorsChanged(int color, int type) {

        }

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