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

Commit 904c429b authored by Lucas Dupin's avatar Lucas Dupin
Browse files

Implement scrim method

Bug: 130451254
Test: make
Change-Id: Ifd66f9e53dd86d21fe66e4617cc4b209fecd7328
parent 4c8e5dd2
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -92,6 +92,11 @@ public class TouchInteractionService extends Service {
            // To be implemented
        }

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

        }

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

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

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

        }

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