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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/
OWNERS 1 # Preferred revewers for browser accessibility classes.
5 # Preferred reviewer for accessibility injector.
  /development/samples/Support4Demos/src/com/example/android/supportv4/accessibility/
_index.html 2 <p>This section includes samples showing the use of the accessibility
5 <h3>Accessibility Manager</h3>
7 <dt><a href="AccessibilityManagerSupportActivity.html">Accessibility Manager</a></dt>
10 the global accessibility state and AccessibilityManager to query information
11 about enabled accessibility services.</dd>
14 <h3>Accessibility Delegate</h3>
18 View.AccessibilityDelegate that customizes the accessibility behavior of
  /external/chromium_org/chrome/browser/chromeos/input_method/
accessibility.h 13 // Accessibility is a class handling accessibility feedbacks.
14 class Accessibility
17 explicit Accessibility(InputMethodManager* imm);
18 virtual ~Accessibility();
26 DISALLOW_COPY_AND_ASSIGN(Accessibility);
accessibility.cc 5 #include "chrome/browser/chromeos/input_method/accessibility.h"
9 #include "chrome/browser/accessibility/accessibility_events.h"
16 Accessibility::Accessibility(InputMethodManager* imm)
22 Accessibility::~Accessibility() {
27 void Accessibility::InputMethodChanged(InputMethodManager* imm,
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
_index.html 1 <h3 id="Accessibility">Accessibility</h3>
3 <dt><a href="ClockBackService.html">Accessibility Service</a></dt>
5 This is an example of an accessibility service that provides custom feedback for the Clock
7 ways to utilize the accessibility API for providing alternative and complementary feedback.
9 handles only accessibility events from the Clock application. Further, the sample demonstrates
16 <dt><a href="TaskBackService.html">Window Querying Accessibility Service</a></dt>
18 Demonstrates several new accessibility features in Ice Cream Sandwich,
27 <dt><a href="CustomViewAccessibilityActivity.html">Custom View Accessibility</a></dt>
28 <dd>Demonstrates how to implement accessibility support of custom views. Custom vie
    [all...]
  /frameworks/base/core/java/android/view/accessibility/
package.html 5 as well as APIs for querying the global accessibility state of the system.
8 {@link android.view.accessibility.AccessibilityEvent}s are sent by the system when
13 {@link android.view.accessibility.AccessibilityRecord} contains information
15 an accessibility event it requests from its parent to dispatch the
18 Hence, accessibility services can facilitate additional accessibility records
22 {@link android.view.accessibility.AccessibilityNodeInfo} represents a node of the
25 presented as tree of accessibility node info which may or may not map one-to-one
27 a tree of accessibility node info.
30 {@link android.view.accessibility.AccessibilityManager} is a system level service tha
    [all...]
  /external/chromium_org/ui/accessibility/platform/
ax_platform_node.cc 5 #include "ui/accessibility/platform/ax_platform_node.h"
7 #include "ui/accessibility/ax_node_data.h"
8 #include "ui/accessibility/platform/ax_platform_node_delegate.h"
  /external/chromium_org/content/common/
accessibility_mode_enums.h 8 // Note: keep enums in content/browser/resources/accessibility/accessibility.js
11 // Accessibility updates are processed to create platform trees and events are
15 // Accessibility is on, and the full tree is computed. If this flag is off,
22 // All accessibility is off.
25 // Renderer accessibility is on, platform APIs are called, but only limited
29 // Renderer accessibility is on, and platform APIs are called.
33 // Renderer accessibility is on, and events are passed to any extensions
34 // requesting automation, but not to platform accessibility.
  /external/eyes-free/
MANIFEST.MF 3 Main-Class: com.android.accessibility.AccessibilityValidator
  /frameworks/support/v4/java/android/support/v4/view/accessibility/
package.html 3 Support classes to access some of the android.view.accessibility package features introduced after API level 4 in a backwards compatible fashion.
  /frameworks/base/docs/html/training/accessibility/
index.jd 1 page.title=Implementing Accessibility
19 <li><a href="{@docRoot}guide/topics/ui/accessibility/index.html">Accessibility</a></li>
26 pay attention to accessibility in your Android application. Cues in your user
31 <p>This class shows you how to make the most of the accessibility features
33 accessibility, leveraging platform features like focus navigation and content
34 descriptions. It also covers how to build accessibility services, that can
44 that can be interpreted by an accessibility service to facilitate a smooth
47 <dt><b><a href="service.html">Developing Accessibility Services</a></b></dt>
48 <dd>Develop an accessibility service that listens for accessibility events
    [all...]
  /external/chromium_org/content/browser/accessibility/
accessibility_mode_helper.h 13 // Returns base accessibility mode constant, depends on OS version.
16 // Adds the given accessibility mode constant to the given accessibility mode
21 // Removes the given accessibility mode constant from the given accessibility
  /external/chromium_org/content/browser/resources/accessibility/
accessibility.html 10 <title>Accessibility</title>
11 <link rel="stylesheet" href="accessibility.css">
16 <script src="accessibility.js"></script>
19 <h1>Accessibility</h1>
20 <div id="global" class="row">Global accessibility mode:
  /external/chromium_org/third_party/accessibility-audit/
README.chromium 1 Name: Accessibility Audit library, from Accessibility Developer Tools
2 Short Name: accessibility-audit
3 URL: https://raw.githubusercontent.com/GoogleChrome/accessibility-developer-tools/master/dist/js/axs_testing.js
11 Library of accessibility-related testing and utility code.
  /external/chromium_org/chrome/browser/ui/views/accessibility/
browser_views_accessibility_browsertest.cc 24 #include "ui/base/accessibility/accessibility_types.h"
27 #include "ui/views/accessibility/native_view_accessibility_win.h"
49 // Retrieves and verifies the accessibility object for the given View.
117 // Retrieve accessibility object for main window and verify accessibility info.
126 // Get accessibility object.
140 // Retrieve accessibility object for non client view and verify accessibility
152 // Retrieve accessibility object for browser root view and verify accessibility
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /external/chromium_org/content/public/browser/
browser_accessibility_state.h 24 // Enables accessibility for all running tabs.
27 // Disables accessibility for all running tabs. (Only if accessibility is not
31 // Resets accessibility to the platform default for all running tabs.
39 // Returns true if the browser should be customized for accessibility.
43 // browser starts up, when accessibility state histograms are updated.
44 // Use this to register a method to update additional accessibility
  /external/chromium_org/chrome/browser/chromeos/accessibility/
accessibility_util.h 11 namespace accessibility { namespace in namespace:chromeos
19 // Shows the accessibility help tab on the browser.
22 } // namespace accessibility
  /external/mockito/src/org/mockito/internal/util/reflection/
AccessibilityChanger.java 17 assert wasAccessible != null : "accessibility info shall not be null";
26 * changes the accessibleObject accessibility and returns true if accessibility was changed
  /frameworks/base/docs/html/guide/topics/ui/accessibility/
index.jd 1 page.title=Accessibility
5 page.tags="accessibility"
18 Accessibility Developer Checklist</a></li>
20 Building Accessibility Services</a></li>
25 <li><a href="{@docRoot}design/patterns/accessibility.html">Android Design: Accessibility</a></li>
26 <li><a href="{@docRoot}training/accessibility/index.html">Training: Implementing Accessibility</a></li>
27 <li><a href="{@docRoot}tools/testing/testing_accessibility.html">Accessibility Testing Checklist</a></li>
49 <p>Android provides accessibility features and services for helping these users navigate thei
    [all...]
services.jd 1 page.title=Building Accessibility Services
2 parent.title=Accessibility
13 <li><a href="#service-declaration">Accessibility service declaration</a></li>
14 <li><a href="#service-config">Accessibility service configuration</a></li>
17 <li><a href="#register">Registering for Accessibility Events</a></li>
23 <li><a href="#using-actions">Using accessibility actions</a></li>
34 <li>{@link android.view.accessibility.AccessibilityEvent}</li>
35 <li>{@link android.view.accessibility.AccessibilityRecord}</li>
36 <li>{@link android.view.accessibility.AccessibilityNodeInfo}</li>
41 <li><a href="{@docRoot}training/accessibility/index.html">Training: Implementing Accessibility</a></li
    [all...]
  /external/chromium_org/content/renderer/accessibility/
blink_ax_enum_conversion.h 9 #include "ui/accessibility/ax_enums.h"
13 // Convert a Blink WebAXRole to an AXRole defined in ui/accessibility.
16 // Convert a Blink WebAXEvent to an AXEvent defined in ui/accessibility.
26 // ui/accessibility.
  /external/chromium_org/content/test/data/accessibility/
modal-dialog-closed-expected-win.txt 3 ROLE_SYSTEM_STATICTEXT name='Test that elements respawn in the accessibility tree after a modal dialog closes.'
modal-dialog-opened-expected-mac.txt 3 AXStaticText AXValue='The dialog subtree should be the only text content in the accessibility tree. '
modal-dialog-opened-expected-win.txt 3 ROLE_SYSTEM_STATICTEXT name='The dialog subtree should be the only text content in the accessibility tree. '

Completed in 613 milliseconds

1 2 3 4 5 6 7 8 91011>>