Loading quickstep/src/com/android/quickstep/TouchInteractionService.java +3 −1 Original line number Diff line number Diff line Loading @@ -145,6 +145,8 @@ public class TouchInteractionService extends Service private int mBackGestureNotificationCounter = -1; private final TISBinder mTISBinder = new TISBinder(); /** * Local IOverviewProxy implementation with some methods for local components */ Loading Loading @@ -516,7 +518,7 @@ public class TouchInteractionService extends Service @Override public IBinder onBind(Intent intent) { Log.d(TAG, "Touch service connected: user=" + getUserId()); return new TISBinder(); return mTISBinder; } private void onInputEvent(InputEvent ev) { Loading Loading
quickstep/src/com/android/quickstep/TouchInteractionService.java +3 −1 Original line number Diff line number Diff line Loading @@ -145,6 +145,8 @@ public class TouchInteractionService extends Service private int mBackGestureNotificationCounter = -1; private final TISBinder mTISBinder = new TISBinder(); /** * Local IOverviewProxy implementation with some methods for local components */ Loading Loading @@ -516,7 +518,7 @@ public class TouchInteractionService extends Service @Override public IBinder onBind(Intent intent) { Log.d(TAG, "Touch service connected: user=" + getUserId()); return new TISBinder(); return mTISBinder; } private void onInputEvent(InputEvent ev) { Loading