Loading packages/SystemUI/src/com/android/systemui/recents/views/RecentsViewTouchHandler.java +4 −1 Original line number Diff line number Diff line Loading @@ -160,7 +160,10 @@ public class RecentsViewTouchHandler { EventBus.getDefault().send(new DragStartInitializeDropTargetsEvent(event.task, event.taskView, this)); if (mDeviceId != -1) { InputDevice.getDevice(mDeviceId).setPointerType(PointerIcon.TYPE_GRABBING); InputDevice device = InputDevice.getDevice(mDeviceId); if (device != null) { device.setPointerType(PointerIcon.TYPE_GRABBING); } } } Loading Loading
packages/SystemUI/src/com/android/systemui/recents/views/RecentsViewTouchHandler.java +4 −1 Original line number Diff line number Diff line Loading @@ -160,7 +160,10 @@ public class RecentsViewTouchHandler { EventBus.getDefault().send(new DragStartInitializeDropTargetsEvent(event.task, event.taskView, this)); if (mDeviceId != -1) { InputDevice.getDevice(mDeviceId).setPointerType(PointerIcon.TYPE_GRABBING); InputDevice device = InputDevice.getDevice(mDeviceId); if (device != null) { device.setPointerType(PointerIcon.TYPE_GRABBING); } } } Loading