Add state callback in launcher

Bug: 129785904
Test: Manual, change states and verify state is sent
Change-Id: Ia1f69494a6cbae68085fb09670ffa309ce147430
(cherry picked from commit c4b88c3dfb)
This commit is contained in:
Winson Chung
2019-04-08 15:49:37 -07:00
parent 5d7694c237
commit 4060a75d8f
2 changed files with 8 additions and 0 deletions

View File

@@ -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) { }

View File

@@ -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) { }