Home | History | Annotate | Download | only in accessibility

Lines Matching defs:accessibility

17 package com.example.android.apis.accessibility;
35 import android.view.accessibility.AccessibilityEvent;
42 * demonstrates the following key features of the Android accessibility APIs:
45 * Simple demonstration of how to use the accessibility APIs.
48 * Hands-on example of various ways to utilize the accessibility API for
53 * accessibility events from the clock application.
66 // Fields for configuring how the system handles this accessibility service.
68 /** Minimal timeout between accessibility events we want to receive. */
476 // We are interested in all types of accessibility events.
482 // We want to receive accessibility events only from certain packages.