blob: 03f2fba936c97055e6331bfc68b657b0d394e097 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<p>This section includes samples showing the use of the accessibility
features of the static support library.</p>
<h3>Accessibility Manager</h3>
<dl>
<dt><a href="AccessibilityManagerSupportActivity.html">Accessibility Manager</a></dt>
<dd>This sample demonstrates how to use the support library to register an
AccessibilityManager.AccessibilityStateChangeListener to watch changes to
the global accessibility state and AccessibilityManager to query information
about enabled accessibility services.</dd>
</dl>
<h3>Accessibility Delegate</h3>
<dl>
<dt><a href="AccessibilityDelegateSupportActivity.html">AccessibilityDelegate</a></dt>
<dd>This sample demonstrates how to use the support library to register a
View.AccessibilityDelegate that customizes the accessibility behavior of
this View.</dd>
</dl>
|