commit | b7f227505ed1f572692007c5ae4efd8beb95e035 | [log] [tgz] |
---|---|---|
author | Hyunyoung Song <hyunyoungs@google.com> | Mon May 13 02:16:16 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon May 13 02:16:16 2019 -0700 |
tree | ca9a6d61175e713914ca4a8986c37b6985885905 | |
parent | 596d93f36cbf8558a5e7a3d22e06e957e7007751 [diff] | |
parent | 2aa964732138c3d17d3fcfd8f6d9b96b02f1c103 [diff] |
Revert "Implement scrim method" am: 2aa9647321 Change-Id: Ic78eef65b46c5eeae4a16b2eb5481c326cd248e4
diff --git a/go/quickstep/src/com/android/quickstep/TouchInteractionService.java b/go/quickstep/src/com/android/quickstep/TouchInteractionService.java index da4c5e1..39f8448 100644 --- a/go/quickstep/src/com/android/quickstep/TouchInteractionService.java +++ b/go/quickstep/src/com/android/quickstep/TouchInteractionService.java
@@ -92,11 +92,6 @@ // To be implemented } - @Override - public void onScrimColorsChanged(int color, int type) { - - } - /** Deprecated methods **/ public void onQuickStep(MotionEvent motionEvent) { }
diff --git a/quickstep/recents_ui_overrides/src/com/android/quickstep/TouchInteractionService.java b/quickstep/recents_ui_overrides/src/com/android/quickstep/TouchInteractionService.java index f38ad0d..128fd45 100644 --- a/quickstep/recents_ui_overrides/src/com/android/quickstep/TouchInteractionService.java +++ b/quickstep/recents_ui_overrides/src/com/android/quickstep/TouchInteractionService.java
@@ -176,11 +176,6 @@ mSystemUiStateFlags = stateFlags; } - @Override - public void onScrimColorsChanged(int color, int type) { - - } - /** Deprecated methods **/ public void onQuickStep(MotionEvent motionEvent) { }