diff options
| author | 2017-08-11 21:34:57 +0000 | |
|---|---|---|
| committer | 2017-08-11 21:34:57 +0000 | |
| commit | 61130c49a3e9be827c09660ed5b157056b9cf453 (patch) | |
| tree | c96b8ce9959c24b8cf8db8908cc2b97cb38130db | |
| parent | 3df6be78754bdd379bdd90e3b07fa7e07e5f983b (diff) | |
| parent | 07f5257b198382a4a513ab0c99cb4119353703ad (diff) | |
Merge "docs: replaced "i.e." to fix formatting error" into oc-dev am: 0580ac8a65
am: 07f5257b19
Change-Id: I0ac6fa46922bb2866cfb416763dfcfac10fdd909
| -rw-r--r-- | core/java/android/view/accessibility/AccessibilityNodeProvider.java | 6 |
1 files 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 <code>virtualViewId</code> + * such as a descendant of the host View, with the given <code>virtualViewId</code> * or the host View itself if <code>virtualViewId</code> equals to {@link #HOST_VIEW_ID}. * <p> * 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 <code>virtualViewId</code> or the host View itself * if <code>virtualViewId</code> 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 |