From 2a0901ec4d0e8009e103b877f12d8838bcdbf7f6 Mon Sep 17 00:00:00 2001 From: TYM Tsai Date: Fri, 3 Mar 2023 03:32:45 +0000 Subject: [PATCH] Modify content capture javadoc Bug: 271015194 Test: m offline-sdk-docs Change-Id: I6b6befb7d9eb9ca757fecf89b25f663a22d0ad65 --- .../android/view/contentcapture/ContentCaptureSession.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/core/java/android/view/contentcapture/ContentCaptureSession.java b/core/java/android/view/contentcapture/ContentCaptureSession.java index 3387d386188b1..62044aa78213d 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;