Snap for 5558509 from 904c429b99 to qt-release

Change-Id: Iab200b54d78016ded3762cb33dd5862252ec2853
This commit is contained in:
android-build-team Robot
2019-05-11 23:06:47 +00:00
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) { }
@@ -171,6 +171,11 @@ public class TouchInteractionService extends Service implements
mSystemUiStateFlags = stateFlags;
}
@Override
public void onScrimColorsChanged(int color, int type) {
}
/** Deprecated methods **/
public void onQuickStep(MotionEvent motionEvent) { }