diff options
| author | 2024-02-08 17:39:28 +0000 | |
|---|---|---|
| committer | 2024-02-08 17:39:28 +0000 | |
| commit | 1b97d90adb03015d3095918eef978525b862f40f (patch) | |
| tree | ec1b0d4670c1f0bc8eaaf76535cfa4e69044645b | |
| parent | 461a89f2e46a2f83aa771efe4bdbde85192b7453 (diff) | |
| parent | 5baf10340164b9f23831a43d562bbbba1caccd4f (diff) | |
Merge "Document when getHostToken returns null" into main
| -rw-r--r-- | core/java/android/view/AttachedSurfaceControl.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/java/android/view/AttachedSurfaceControl.java b/core/java/android/view/AttachedSurfaceControl.java index 27c509a8605f..52f48553c414 100644 --- a/core/java/android/view/AttachedSurfaceControl.java +++ b/core/java/android/view/AttachedSurfaceControl.java @@ -183,6 +183,7 @@ public interface AttachedSurfaceControl { * {@link SurfaceControlViewHost} instances. * * <p>This token should be passed to {@link SurfaceControlViewHost}'s constructor. + * This token will be {@code null} if the window does not have an input channel. * * @return The SurfaceControlViewHost link token. */ |