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