HomeSort by relevance Sort by last modified time
    Searched defs:accessibility (Results 1 - 25 of 51) sorted by null

1 2 3

  /frameworks/base/core/java/android/view/accessibility/
AccessibilityEventSource.java 17 package android.view.accessibility;
26 * the event type. The method must first check if accessibility is on
43 * method does not guarantee to check if accessibility is on before
AccessibilityInteractionClient.java 17 package android.view.accessibility;
32 * This class is a singleton that performs accessibility interaction
46 * hierarchy can be the same thread, for example an accessibility service
124 * Finds an {@link AccessibilityNodeInfo} by accessibility id.
128 * @param accessibilityViewId A unique View accessibility id.
241 * id is specified and starts from the View whose accessibility id is
247 * @param accessibilityViewId A unique View accessibility id from where to start the search.
282 * Performs an accessibility action on an {@link AccessibilityNodeInfo}.
286 * @param accessibilityViewId A unique View accessibility id.
375 * Gets the result of a request to perform an accessibility action
    [all...]
AccessibilityManager.java 17 package android.view.accessibility;
41 * and provides facilities for querying the accessibility state of the system.
42 * Accessibility events are generated when something notable happens in the user interface,
44 * {@link android.view.View} changes etc. Parties interested in handling accessibility
45 * events implement and register an accessibility service which extends
48 * To obtain a handle to the accessibility manager do the following:
92 * Listener for the system accessibility state. To listen for changes to the accessibility
100 * Called back on change in the accessibility state.
102 * @param enabled Whether accessibility is enabled
    [all...]
  /frameworks/support/v4/ics/android/support/v4/view/accessibility/
AccessibilityManagerCompatIcs.java 17 package android.support.v4.view.accessibility;
20 import android.view.accessibility.AccessibilityManager;
21 import android.view.accessibility.AccessibilityManager.AccessibilityStateChangeListener;
AccessibilityEventCompatIcs.java 17 package android.support.v4.view.accessibility;
19 import android.view.accessibility.AccessibilityEvent;
20 import android.view.accessibility.AccessibilityRecord;
AccessibilityNodeInfoCompatIcs.java 17 package android.support.v4.view.accessibility;
21 import android.view.accessibility.AccessibilityNodeInfo;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
AccessibleKeyboardActionListener.java 17 package com.android.inputmethod.accessibility;
22 * Accessibility is turned on. For keys that repeat, this is only called
31 * Accessibility is turned on. For keys that repeat, this is only called
AccessibilityUtils.java 17 package com.android.inputmethod.accessibility;
27 import android.view.accessibility.AccessibilityEvent;
28 import android.view.accessibility.AccessibilityManager;
53 * accessibility code, regardless of whether Accessibility is turned on in
151 Log.e(TAG, "Attempted to speak when accessibility was disabled!");
AccessibleInputMethodServiceProxy.java 17 package com.android.inputmethod.accessibility;
39 * Delay for the handler event that's fired when Accessibility is on and the
153 * When Accessibility is turned on, notifies the user that they are not
AccessibleKeyboardViewProxy.java 17 package com.android.inputmethod.accessibility;
26 import android.view.accessibility.AccessibilityEvent;
107 * Receives hover events when accessibility is turned on in SDK versions ICS
121 * Handles touch exploration events when Accessibility is turned on.
KeyCodeDescriptionMapper.java 17 package com.android.inputmethod.accessibility;
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
ClockBackActivity.java 17 package com.example.android.apis.accessibility;
46 // Add a shortcut to the accessibility settings.
TaskListActivity.java 17 package com.example.android.apis.accessibility;
50 // Add a shortcut to the accessibility settings.
TaskListView.java 17 package com.example.android.apis.accessibility;
26 import android.view.accessibility.AccessibilityEvent;
64 /** Adds Accessibility information to individual child views of rows in the list. */
CustomViewAccessibilityActivity.java 17 package com.example.android.apis.accessibility;
32 import android.view.accessibility.AccessibilityEvent;
33 import android.view.accessibility.AccessibilityNodeInfo;
38 * Demonstrates how to implement accessibility support of custom views. Custom view
40 * package. This sample shows how to implement the accessibility behavior via both
47 * also implement accessibility support for that new functionality such that
60 * Demonstrates how to enhance the accessibility support via inheritance.
118 * Demonstrates how to enhance the accessibility support via composition.
122 * using the accessibility APIs in a backwards compatible manner.
139 // using the accessibility APIs in a backwards compatible fashion
    [all...]
TaskBackService.java 17 package com.example.android.apis.accessibility;
24 import android.view.accessibility.AccessibilityEvent;
25 import android.view.accessibility.AccessibilityNodeInfo;
26 import android.view.accessibility.AccessibilityRecord;
33 * This class demonstrates how an accessibility service can query
46 "com.example.android.apis.accessibility.TaskListView";
  /development/samples/Support4Demos/src/com/example/android/supportv4/accessibility/
AccessibilityDelegateSupportActivity.java 17 package com.example.android.supportv4.accessibility;
24 import android.support.v4.view.accessibility.AccessibilityNodeInfoCompat;
27 import android.view.accessibility.AccessibilityEvent;
33 * a View.AccessibilityDelegate that customizes the accessibility
35 * tweaks the text reported to accessibility services but using
36 * these APIs a client can inject any accessibility functionality into
52 * as opposed to inheritance. An accessibility delegate can be used for adding
53 * accessibility to custom Views, i.e. ones that extend classes from android.view,
66 // The accessibility delegate enables customizing accessibility behavio
    [all...]
AccessibilityManagerSupportActivity.java 17 package com.example.android.supportv4.accessibility;
25 import android.support.v4.view.accessibility.AccessibilityManagerCompat;
26 import android.support.v4.view.accessibility.AccessibilityManagerCompat.AccessibilityStateChangeListenerCompat;
27 import android.view.accessibility.AccessibilityManager;
39 * in ICS to watch changes to the global accessibility state on the
44 * information about enabled accessibility services via APIs introduced
50 /** Handle to the accessibility manager service. */
53 /** Handle to the View showing accessibility services summary */
80 * when the global accessibility state on the device changes.
100 * accessibility services
    [all...]
  /frameworks/support/v4/java/android/support/v4/view/accessibility/
AccessibilityManagerCompat.java 17 package android.support.v4.view.accessibility;
21 import android.support.v4.view.accessibility.AccessibilityManagerCompatIcs.AccessibilityStateChangeListenerBridge;
22 import android.view.accessibility.AccessibilityManager;
136 * the global accessibility state of the system.
138 * @param manager The accessibility manager.
150 * @param manager The accessibility manager.
160 * Returns the {@link AccessibilityServiceInfo}s of the installed accessibility services.
162 * @param manager The accessibility manager.
171 * Returns the {@link AccessibilityServiceInfo}s of the enabled accessibility services
174 * @param manager The accessibility manager
    [all...]
AccessibilityEventCompat.java 17 package android.support.v4.view.accessibility;
20 import android.view.accessibility.AccessibilityEvent;
129 * Appends an {@link android.view.accessibility.AccessibilityRecord} to the end of
  /frameworks/base/tools/layoutlib/bridge/src/android/view/accessibility/
AccessibilityManager.java 17 package android.view.accessibility;
32 * {@link android.view.View} changes etc. Parties interested in handling accessibility
33 * events implement and register an accessibility service which extends
44 * Listener for the accessibility state.
49 * Called back on change in the accessibility state.
51 * @param enabled Whether accessibility is enabled.
89 * while accessibility is not enabled.
95 * Requests interruption of the accessibility feedback from all accessibility services.
101 * Returns the {@link ServiceInfo}s of the installed accessibility services
    [all...]
  /external/eyes-free/AccessCheck/src/com/android/accessibility/
AccessibilityValidationContentHandler.java 16 package com.android.accessibility;
34 * XMLParser for the purpose of testing for accessibility based on the following
82 private static final Logger sLogger = Logger.getLogger("android.accessibility");
AccessibilityValidator.java 17 package com.android.accessibility;
49 private static final Logger sLogger = Logger.getLogger("android.accessibility");
  /frameworks/base/core/tests/coretests/src/android/view/accessibility/
RecycleAccessibilityEventTest.java 15 package android.view.accessibility;
  /frameworks/base/services/java/com/android/server/accessibility/
AccessibilityInputFilter.java 17 package com.android.server.accessibility;
29 * Input filter for accessibility.
77 Slog.d(TAG, "Accessibility input filter installed.");
86 Slog.d(TAG, "Accessibility input filter uninstalled.");

Completed in 882 milliseconds

1 2 3