Revert "Implement scrim method"

am: 35885b3ca4

Change-Id: I20b23f2624439243e564d8141a9045174646e62e
This commit is contained in:
Hyunyoung Song
2019-05-13 16:26:00 -07:00
committed by android-build-merger
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) { }
@@ -171,11 +171,6 @@ public class TouchInteractionService extends Service implements
mSystemUiStateFlags = stateFlags;
}
@Override
public void onScrimColorsChanged(int color, int type) {
}
/** Deprecated methods **/
public void onQuickStep(MotionEvent motionEvent) { }