diff options
| author | 2023-03-03 03:32:45 +0000 | |
|---|---|---|
| committer | 2023-03-03 04:08:32 +0000 | |
| commit | 2a0901ec4d0e8009e103b877f12d8838bcdbf7f6 (patch) | |
| tree | 9c7cebaa97b69a51325f66360ac0f7b6ad6a5ad9 | |
| parent | 4c0d044cef175cea9c0d7134bf2acbb4846ad524 (diff) | |
Modify content capture javadoc
Bug: 271015194
Test: m offline-sdk-docs
Change-Id: I6b6befb7d9eb9ca757fecf89b25f663a22d0ad65
| -rw-r--r-- | core/java/android/view/contentcapture/ContentCaptureSession.java | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/core/java/android/view/contentcapture/ContentCaptureSession.java b/core/java/android/view/contentcapture/ContentCaptureSession.java index 3387d386188b..62044aa78213 100644 --- a/core/java/android/view/contentcapture/ContentCaptureSession.java +++ b/core/java/android/view/contentcapture/ContentCaptureSession.java @@ -182,7 +182,10 @@ public abstract class ContentCaptureSession implements AutoCloseable { /** @hide */ public static final int FLUSH_REASON_VIEW_TREE_APPEARED = 10; - /** TODO(b/271015194) */ + /** + * After {@link UPSIDE_DOWN_CAKE}, {@link #notifyViewsDisappeared(AutofillId, long[])} wraps + * the virtual children with a pair of view tree appearing and view tree appeared events. + */ @ChangeId @EnabledSince(targetSdkVersion = UPSIDE_DOWN_CAKE) static final long NOTIFY_NODES_DISAPPEAR_NOW_SENDS_TREE_EVENTS = 258825825L; |