diff options
| author | Antonio Kantek <kanant@google.com> | 2021-06-03 13:37:04 -0700 |
|---|---|---|
| committer | Antonio Kantek <kanant@google.com> | 2021-06-15 11:23:12 -0700 |
| commit | ec6b2bbd6ef49a684c9ffb1bafe71cd6184ea918 (patch) | |
| tree | 7c6af0a1a380f27b85954cff5f3f441bfb271b75 /core/java/android/view/View.java | |
| parent | 1a49d4f799bbd0ada2da7de3ce1f2d36058d3892 (diff) | |
Removing remaining references of ActivityView in fw/base
Bug: 179161778
Bug: 191165536
Test: atest CarServiceTest
Change-Id: Ic45091d565e1654c9177183f065e605b0ab0b56d
Diffstat (limited to 'core/java/android/view/View.java')
| -rw-r--r-- | core/java/android/view/View.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/java/android/view/View.java b/core/java/android/view/View.java index 6d861dd00e9c..d435c34b950d 100644 --- a/core/java/android/view/View.java +++ b/core/java/android/view/View.java @@ -20703,8 +20703,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, } /** - * Return the window this view is currently attached to. Used in - * {@link android.app.ActivityView} to communicate with WM. + * Return the window this view is currently attached to. * @hide */ protected IWindow getWindow() { |
