Revert "Implement scrim method"

This reverts commit 904c429b99.

Bug: 130451254
Test: manual

Reason for revert: found a better way to extract scrim colors without going through OverviewProxy

Change-Id: I435b7b20f87fbf2fc4e6b7415b981ce2fa4f8eab
This commit is contained in:
Hyunyoung Song
2019-05-13 16:52:15 +00:00
parent 904c429b99
commit 35885b3ca4
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) { }