summaryrefslogtreecommitdiffstats
path: root/go
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2019-05-11 07:48:45 +0000
committerHyunyoung Song <hyunyoungs@google.com>2019-05-11 07:50:34 +0000
commit2aa964732138c3d17d3fcfd8f6d9b96b02f1c103 (patch)
treed2b67a5ddaaea0e8d7a9ff99b0109963ef99d878 /go
parentd849ef084c180c393c7f3c69f6f00a01358a644f (diff)
downloadandroid_packages_apps_Trebuchet-2aa964732138c3d17d3fcfd8f6d9b96b02f1c103.tar.gz
android_packages_apps_Trebuchet-2aa964732138c3d17d3fcfd8f6d9b96b02f1c103.tar.bz2
android_packages_apps_Trebuchet-2aa964732138c3d17d3fcfd8f6d9b96b02f1c103.zip
Revert "Implement scrim method"
This reverts commit d849ef084c180c393c7f3c69f6f00a01358a644f. 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
Diffstat (limited to 'go')
-rw-r--r--go/quickstep/src/com/android/quickstep/TouchInteractionService.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/go/quickstep/src/com/android/quickstep/TouchInteractionService.java b/go/quickstep/src/com/android/quickstep/TouchInteractionService.java
index da4c5e11b..39f8448d1 100644
--- a/go/quickstep/src/com/android/quickstep/TouchInteractionService.java
+++ b/go/quickstep/src/com/android/quickstep/TouchInteractionService.java
@@ -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) { }