| commit | 780008c237c57a4b490d77453a5f9ffd878c5b38 | [log] [tgz] |
|---|---|---|
| author | Winson Chung <winsonc@google.com> | Fri Jun 09 23:11:06 2023 +0000 |
| committer | Winson Chung <winsonc@google.com> | Sat Jul 08 05:08:18 2023 +0000 |
| tree | 511e484508e821b6b6686c9079aaf0d1faf9c96e | |
| parent | e13db761476689e1788fc21c2443575d3ad40023 [diff] |
Cleanup drag and drop flow/code organization - Pulled out common utilities on ClipData into a separate DragUtils class - Decouple the drag session from the DragAndDropPolicy (it never really made sense to have it there since DragLayout uses it as well) - Remove obsolete/unused drawable - Separating drag and drop logtag Bug: 290391688 Test: atest WMShellUnitTests Change-Id: I25aff7ec7a6b3977a1f528e4736c40da986718e5 Signed-off-by: Winson Chung <winsonc@google.com>