summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Gavin Corkery <gavincorkery@google.com> 2024-02-08 17:39:28 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-02-08 17:39:28 +0000
commit1b97d90adb03015d3095918eef978525b862f40f (patch)
treeec1b0d4670c1f0bc8eaaf76535cfa4e69044645b
parent461a89f2e46a2f83aa771efe4bdbde85192b7453 (diff)
parent5baf10340164b9f23831a43d562bbbba1caccd4f (diff)
Merge "Document when getHostToken returns null" into main
-rw-r--r--core/java/android/view/AttachedSurfaceControl.java1
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.
*/