From 12d3747c0b3fdd186d6ae10ef3dc28bb777cb63a Mon Sep 17 00:00:00 2001 From: Cindy Kuang Date: Wed, 9 Aug 2017 10:08:15 -0700 Subject: docs: replaced "i.e." to fix formatting error Test: make ds-docs Bug: 6440865 Change-Id: I428476ddfe55f14df531ea6a1c3e3a09f7a29e7d --- core/java/android/view/accessibility/AccessibilityNodeProvider.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/java/android/view/accessibility/AccessibilityNodeProvider.java b/core/java/android/view/accessibility/AccessibilityNodeProvider.java index 722b659e8fdc..73733a04cdce 100644 --- a/core/java/android/view/accessibility/AccessibilityNodeProvider.java +++ b/core/java/android/view/accessibility/AccessibilityNodeProvider.java @@ -76,7 +76,7 @@ public abstract class AccessibilityNodeProvider { /** * Returns an {@link AccessibilityNodeInfo} representing a virtual view, - * i.e. a descendant of the host View, with the given virtualViewId + * such as a descendant of the host View, with the given virtualViewId * or the host View itself if virtualViewId equals to {@link #HOST_VIEW_ID}. *

* A virtual descendant is an imaginary View that is reported as a part of the view @@ -123,7 +123,7 @@ public abstract class AccessibilityNodeProvider { } /** - * Performs an accessibility action on a virtual view, i.e. a descendant of the + * Performs an accessibility action on a virtual view, such as a descendant of the * host View, with the given virtualViewId or the host View itself * if virtualViewId equals to {@link #HOST_VIEW_ID}. * @@ -160,7 +160,7 @@ public abstract class AccessibilityNodeProvider { } /** - * Find the virtual view, i.e. a descendant of the host View, that has the + * Find the virtual view, such as a descendant of the host View, that has the * specified focus type. * * @param focus The focus to find. One of -- cgit v1.2.3-59-g8ed1b