Implement scrim method

am: 904c429b99

Change-Id: Iaae6e7b7b17ba9456db12af206e09f30692b9486
This commit is contained in:
Lucas Dupin
2019-05-10 15:48:41 -07:00
committed by android-build-merger
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) { }