summaryrefslogtreecommitdiff
path: root/core/java
diff options
context:
space:
mode:
authorDaichi Hirono <hirono@google.com>2018-01-24 15:37:26 +0900
committerDaichi Hirono <hirono@google.com>2018-01-24 15:39:34 +0900
commit1456b9235bd212dbf92d315fcd2a87d45dc7d96e (patch)
tree9dec8f828be4be52fe5505a0ed1469d8bf7b8c29 /core/java
parentce8f9b9fab8bb7c6864205b32cf1787d58dadf10 (diff)
Remove TODO of won't fix bug.
Bug: 72072998 Test: None Change-Id: I4f1f4fc42f670d709edbfed48b9ae46a61480338
Diffstat (limited to 'core/java')
-rw-r--r--core/java/android/view/IWindowSession.aidl6
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