Loading core/java/android/accessibilityservice/AccessibilityService.java +8 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,14 @@ import com.android.internal.os.HandlerCaller; * etc. Such a service can optionally request the capability for querying the content * of the active window. Development of an accessibility service requires extending this * class and implementing its abstract methods. * * <div class="special reference"> * <h3>Developer Guides</h3> * <p>For more information about creating AccessibilityServices, read the * <a href="{@docRoot}guide/topics/ui/accessibility/index.html">Accessibility</a> * developer guide.</p> * </div> * * <h3>Lifecycle</h3> * <p> * The lifecycle of an accessibility service is managed exclusively by the system and Loading core/java/android/accessibilityservice/AccessibilityServiceInfo.java +7 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,13 @@ import java.io.IOException; * {@link AccessibilityService} for {@link android.view.accessibility.AccessibilityEvent}s * according to the information encapsulated in this class. * * <div class="special reference"> * <h3>Developer Guides</h3> * <p>For more information about creating AccessibilityServices, read the * <a href="{@docRoot}guide/topics/ui/accessibility/index.html">Accessibility</a> * developer guide.</p> * </div> * * @see AccessibilityService * @see android.view.accessibility.AccessibilityEvent * @see android.view.accessibility.AccessibilityManager Loading core/java/android/view/View.java +6 −0 Original line number Diff line number Diff line Loading @@ -14804,6 +14804,12 @@ public class View implements Drawable.Callback, Drawable.Callback2, KeyEvent.Cal * classes i.e. classes in package android.view, that would like their * applications to be backwards compatible. * </p> * <div class="special reference"> * <h3>Developer Guides</h3> * <p>For more information about making applications accessible, read the * <a href="{@docRoot}guide/topics/ui/accessibility/index.html">Accessibility</a> * developer guide.</p> * </div> * <p> * A scenario in which a developer would like to use an accessibility delegate * is overriding a method introduced in a later API version then the minimal API core/java/android/view/accessibility/AccessibilityEvent.java +6 −0 Original line number Diff line number Diff line Loading @@ -59,6 +59,12 @@ import java.util.List; * by this class. For each event type there is a corresponding constant defined * in this class. Follows a specification of the event types and their associated properties: * </p> * <div class="special reference"> * <h3>Developer Guides</h3> * <p>For more information about creating and processing AccessibilityEvents, read the * <a href="{@docRoot}guide/topics/ui/accessibility/index.html">Accessibility</a> * developer guide.</p> * </div> * <p> * <b>VIEW TYPES</b></br> * </p> Loading core/java/android/view/accessibility/AccessibilityEventSource.java +7 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,13 @@ package android.view.accessibility; /** * This interface is implemented by classes source of {@link AccessibilityEvent}s. * * <div class="special reference"> * <h3>Developer Guides</h3> * <p>For more information about making applications accessible, read the * <a href="{@docRoot}guide/topics/ui/accessibility/index.html">Accessibility</a> * developer guide.</p> * </div> */ public interface AccessibilityEventSource { Loading Loading
core/java/android/accessibilityservice/AccessibilityService.java +8 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,14 @@ import com.android.internal.os.HandlerCaller; * etc. Such a service can optionally request the capability for querying the content * of the active window. Development of an accessibility service requires extending this * class and implementing its abstract methods. * * <div class="special reference"> * <h3>Developer Guides</h3> * <p>For more information about creating AccessibilityServices, read the * <a href="{@docRoot}guide/topics/ui/accessibility/index.html">Accessibility</a> * developer guide.</p> * </div> * * <h3>Lifecycle</h3> * <p> * The lifecycle of an accessibility service is managed exclusively by the system and Loading
core/java/android/accessibilityservice/AccessibilityServiceInfo.java +7 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,13 @@ import java.io.IOException; * {@link AccessibilityService} for {@link android.view.accessibility.AccessibilityEvent}s * according to the information encapsulated in this class. * * <div class="special reference"> * <h3>Developer Guides</h3> * <p>For more information about creating AccessibilityServices, read the * <a href="{@docRoot}guide/topics/ui/accessibility/index.html">Accessibility</a> * developer guide.</p> * </div> * * @see AccessibilityService * @see android.view.accessibility.AccessibilityEvent * @see android.view.accessibility.AccessibilityManager Loading
core/java/android/view/View.java +6 −0 Original line number Diff line number Diff line Loading @@ -14804,6 +14804,12 @@ public class View implements Drawable.Callback, Drawable.Callback2, KeyEvent.Cal * classes i.e. classes in package android.view, that would like their * applications to be backwards compatible. * </p> * <div class="special reference"> * <h3>Developer Guides</h3> * <p>For more information about making applications accessible, read the * <a href="{@docRoot}guide/topics/ui/accessibility/index.html">Accessibility</a> * developer guide.</p> * </div> * <p> * A scenario in which a developer would like to use an accessibility delegate * is overriding a method introduced in a later API version then the minimal API
core/java/android/view/accessibility/AccessibilityEvent.java +6 −0 Original line number Diff line number Diff line Loading @@ -59,6 +59,12 @@ import java.util.List; * by this class. For each event type there is a corresponding constant defined * in this class. Follows a specification of the event types and their associated properties: * </p> * <div class="special reference"> * <h3>Developer Guides</h3> * <p>For more information about creating and processing AccessibilityEvents, read the * <a href="{@docRoot}guide/topics/ui/accessibility/index.html">Accessibility</a> * developer guide.</p> * </div> * <p> * <b>VIEW TYPES</b></br> * </p> Loading
core/java/android/view/accessibility/AccessibilityEventSource.java +7 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,13 @@ package android.view.accessibility; /** * This interface is implemented by classes source of {@link AccessibilityEvent}s. * * <div class="special reference"> * <h3>Developer Guides</h3> * <p>For more information about making applications accessible, read the * <a href="{@docRoot}guide/topics/ui/accessibility/index.html">Accessibility</a> * developer guide.</p> * </div> */ public interface AccessibilityEventSource { Loading