Implement scrim method
Bug: 130451254 Test: make Change-Id: Ifd66f9e53dd86d21fe66e4617cc4b209fecd7328
This commit is contained in:
@@ -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) { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user