From f95041fd25f91ce81f2026af07b5972ef26c9b17 Mon Sep 17 00:00:00 2001 From: hangyu <108393416+hangyujin@users.noreply.github.com> Date: Thu, 11 May 2023 09:33:32 -0700 Subject: [PATCH] Update AccessibilityChannel.java --- .../embedding/engine/systemchannels/AccessibilityChannel.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/platform/android/io/flutter/embedding/engine/systemchannels/AccessibilityChannel.java b/shell/platform/android/io/flutter/embedding/engine/systemchannels/AccessibilityChannel.java index d584bee31eb2a..a578705e6d2c5 100644 --- a/shell/platform/android/io/flutter/embedding/engine/systemchannels/AccessibilityChannel.java +++ b/shell/platform/android/io/flutter/embedding/engine/systemchannels/AccessibilityChannel.java @@ -178,10 +178,10 @@ public interface AccessibilityMessageHandler extends FlutterJNI.AccessibilityDel /** The Dart application would like the given {@code message} to be announced. */ void announce(@NonNull String message); - /** The user has tapped on the widget with the given {@code nodeId}. */ + /** The user has tapped on the semantics node with the given {@code nodeId}. */ void onTap(int nodeId); - /** The user has long pressed on the widget with the given {@code nodeId}. */ + /** The user has long pressed on the semantics node with the given {@code nodeId}. */ void onLongPress(int nodeId); /** The framework has requested focus on the semantics node with the given {@code nodeId}. */