diff options
Diffstat (limited to 'core/java/android/view/Window.java')
| -rw-r--r-- | core/java/android/view/Window.java | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/core/java/android/view/Window.java b/core/java/android/view/Window.java index 52a09701803d..5fb4e705c831 100644 --- a/core/java/android/view/Window.java +++ b/core/java/android/view/Window.java @@ -2722,11 +2722,12 @@ public abstract class Window { /** * This will be null before a content view is added, e.g. via - * {@link #setContentView} or {@link #addContentView}. + * {@link #setContentView} or {@link #addContentView}. See + * {@link android.view.View#getRootSurfaceControl}. * - * @return The {@link android.view.ViewRoot} interface for this Window + * @return The {@link android.view.AttachedSurfaceControl} interface for this Window */ - public @Nullable ViewRoot getViewRoot() { + public @Nullable AttachedSurfaceControl getRootSurfaceControl() { return null; } } |
