diff options
| -rw-r--r-- | core/java/android/view/IWindowSession.aidl | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/core/java/android/view/IWindowSession.aidl b/core/java/android/view/IWindowSession.aidl index 17b6ddca6394..d7fd3299b9e3 100644 --- a/core/java/android/view/IWindowSession.aidl +++ b/core/java/android/view/IWindowSession.aidl @@ -157,10 +157,8 @@ interface IWindowSession { * @param flags See {@code View#startDragAndDrop} * @param surface Surface containing drag shadow image * @param touchSource See {@code InputDevice#getSource()} - * @param touchX TODO (b/72072998): Fix the issue that the system server misuse the arguments as - * initial touch point while the framework passes drag shadow size. - * @param touchY TODO (b/72072998): Fix the issue that the system server misuse the arguments as - * initial touch point while the framework passes drag shadow size. + * @param touchX X coordinate of last touch point + * @param touchY Y coordinate of last touch point * @param thumbCenterX X coordinate for the position within the shadow image that should be * underneath the touch point during the drag and drop operation. * @param thumbCenterY Y coordinate for the position within the shadow image that should be |