Implement scrim method

Bug: 130451254
Test: make
Change-Id: Ifd66f9e53dd86d21fe66e4617cc4b209fecd7328
(cherry picked from commit 904c429b99)
This commit is contained in:
Lucas Dupin
2019-05-09 14:35:13 -07:00
committed by Hyunyoung Song
parent 3ab2ada712
commit d849ef084c
2 changed files with 10 additions and 0 deletions
@@ -92,6 +92,11 @@ public class TouchInteractionService extends Service {
// To be implemented
}
@Override
public void onScrimColorsChanged(int color, int type) {
}
/** Deprecated methods **/
public void onQuickStep(MotionEvent motionEvent) { }
@@ -176,6 +176,11 @@ public class TouchInteractionService extends Service implements
mSystemUiStateFlags = stateFlags;
}
@Override
public void onScrimColorsChanged(int color, int type) {
}
/** Deprecated methods **/
public void onQuickStep(MotionEvent motionEvent) { }