Merge "Add state callback in launcher" into qt-dev
am: 85011bdc21
Change-Id: Id1dbca91f244d5f6c28efb730c30a0f76eee308a
This commit is contained in:
@@ -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) { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user