Merge "Add state callback in launcher" into qt-dev

This commit is contained in:
Winson Chung
2019-04-11 15:22:36 +00:00
committed by Android (Google) Code Review
2 changed files with 8 additions and 0 deletions
@@ -88,6 +88,10 @@ public class TouchInteractionService extends Service {
boolean gestureSwipeLeft) {
}
public void onSystemUiStateChanged(int stateFlags) {
// To be implemented
}
/** Deprecated methods **/
public void onQuickStep(MotionEvent motionEvent) { }
@@ -159,6 +159,10 @@ public class TouchInteractionService extends Service implements
isButton, gestureSwipeLeft, activityControl.getContainerType());
}
public void onSystemUiStateChanged(int stateFlags) {
// To be implemented
}
/** Deprecated methods **/
public void onQuickStep(MotionEvent motionEvent) { }