Implement scrim method
am: 904c429b99
Change-Id: Iaae6e7b7b17ba9456db12af206e09f30692b9486
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