Revert "Implement scrim method"

This reverts commit d849ef084c.

Reason for revert: not needed

I was too eager to merge this CL. It turns out all I need is these
three constants and doesn't actually need the aidl change.

public static final int MAIN_COLOR_LIGHT = 0xffdadce0;
public static final int MAIN_COLOR_DARK = 0xff202124;
public static final int MAIN_COLOR_REGULAR = 0xff000000;

Change-Id: Iafd539a06455ba0878a6d3750f3c7194f8919fbf
This commit is contained in:
Hyunyoung Song
2019-05-11 07:48:45 +00:00
parent d849ef084c
commit 2aa9647321
2 changed files with 0 additions and 10 deletions
@@ -92,11 +92,6 @@ public class TouchInteractionService extends Service {
// To be implemented
}
@Override
public void onScrimColorsChanged(int color, int type) {
}
/** Deprecated methods **/
public void onQuickStep(MotionEvent motionEvent) { }
@@ -176,11 +176,6 @@ public class TouchInteractionService extends Service implements
mSystemUiStateFlags = stateFlags;
}
@Override
public void onScrimColorsChanged(int color, int type) {
}
/** Deprecated methods **/
public void onQuickStep(MotionEvent motionEvent) { }