commit | 40001ded9d3da8f2445f2751fd097a75e951cf3c | [log] [tgz] |
---|---|---|
author | Matvei Malkov <malkov@google.com> | Tue Feb 05 12:47:30 2019 +0000 |
committer | Matvei Malkov <malkov@google.com> | Tue Feb 05 14:19:51 2019 +0000 |
tree | 8ccfacd9ad2f96901cdc0991a3a6a576906011e6 | |
parent | 26a4e7ab0e7b60887d4485f94db0c02ab63f020c [diff] |
Restrict usage of PopupWindow::mOverlayAnchor The field mOverlayAnchor has getter and setter since API 23 and it's a recommended way to access and set this field. All the usages from opensource is mostly AppCompatPopupWindow forks (some with version check, some are not), so they can easily migrate to getter and setters. Bug: 123768692 Test: PopupWindow and PopupMenu tests passed Change-Id: Ida3077b17a043b2acf2d89456e4501d7ed052e4e