OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:accessibility
(Results
201 - 225
of
1571
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium/chrome/browser/chromeos/login/
wizard_accessibility_handler.h
36
// Class that handles the
accessibility
notifications and generates
52
//
accessibility
event.
59
// a focus or select
accessibility
event on a control.
/external/chromium_org/chrome_frame/test/
chrome_frame_ui_test_utils.h
25
// Wrapper for MSAA/IAccessible2
accessibility
objects. IAccessible2 is an
147
// Returns whether the two AccObjects point to the same
accessibility
object.
154
// Returns a description of this object and it's
accessibility
tree. This
182
// Finds an
accessibility
object with properties that match the specified
202
// This searches the
accessibility
tree (including |object| itself) of
208
// Same as above except that it searches within the
accessibility
tree of the
226
// Observes various
accessibility
events.
232
// Begins watching for a value changed event for an
accessibility
object that
237
// Called when the DOM
accessibility
tree for the page is ready.
240
// Called when an
accessibility
object value changes. Only called if th
[
all
...]
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/
KitKatBrowserAccessibilityManager.java
5
package org.chromium.content.browser.
accessibility
;
7
import android.view.
accessibility
.AccessibilityEvent;
8
import android.view.
accessibility
.AccessibilityNodeInfo;
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXMenuList.cpp
27
#include "core/
accessibility
/AXMenuList.h"
29
#include "core/
accessibility
/AXMenuListPopup.h"
30
#include "core/
accessibility
/AXObjectCache.h"
/external/chromium_org/ui/base/accessibility/
accessible_view_state.h
11
#include "ui/base/
accessibility
/accessibility_types.h"
20
// A cross-platform struct for storing the core
accessibility
information
59
// An optional callback that can be used by
accessibility
clients to
/frameworks/support/v4/jellybean/android/support/v4/view/
AccessibilityDelegateCompatJellyBean.java
23
import android.view.
accessibility
.AccessibilityEvent;
24
import android.view.
accessibility
.AccessibilityNodeInfo;
25
import android.view.
accessibility
.AccessibilityNodeProvider;
/packages/apps/Settings/res/xml/
accessibility_settings.xml
31
android:fragment="com.android.settings.
accessibility
.CaptionPropertiesFragment"
36
android:fragment="com.android.settings.
accessibility
.ToggleScreenMagnificationPreferenceFragment"
61
android:fragment="com.android.settings.
accessibility
.ToggleGlobalGesturePreferenceFragment"
/packages/apps/Settings/src/com/android/settings/accessibility/
AccessibilityUtils.java
17
package com.android.settings.
accessibility
;
32
* Utility methods used within
accessibility
settings.
36
* @return the set of enabled
accessibility
services. If there are not services
/external/chromium_org/webkit/glue/
webkit_strings.grd
329
<message name="IDS_AX_ROLE_WEB_AREA" desc="
accessibility
role description for web area">
332
<message name="IDS_AX_ROLE_LINK" desc="
accessibility
role description for link">
335
<message name="IDS_AX_ROLE_LIST_MARKER" desc="
accessibility
role description for list marker">
338
<message name="IDS_AX_ROLE_IMAGE_MAP" desc="
accessibility
role description for image map">
341
<message name="IDS_AX_ROLE_HEADING" desc="
accessibility
role description for headings">
344
<message name="IDS_AX_ROLE_FOOTER" desc="
accessibility
role description for footers">
347
<message name="IDS_AX_ROLE_STEPPER" desc="
accessibility
role description for a stepper - a control where you can use up/down arrows to increment or decrement it. The name 'stepper' is how this user interface element is described by VoiceOver on Mac OS X; the translation should be consistent with VoiceOver.">
351
<message name="IDS_AX_BUTTON_ACTION_VERB" desc="Verb stating the action that will occur when a button is pressed, as used by
accessibility
.">
354
<message name="IDS_AX_RADIO_BUTTON_ACTION_VERB" desc="Verb stating the action that will occur when a radio button is clicked, as used by
accessibility
.">
357
<message name="IDS_AX_TEXT_FIELD_ACTION_VERB" desc="Verb stating the action that will occur when a text field is selected, as used by
accessibility
."
[
all
...]
/frameworks/support/v4/java/android/support/v4/view/
ViewCompat.java
24
import android.support.v4.view.
accessibility
.AccessibilityNodeInfoCompat;
25
import android.support.v4.view.
accessibility
.AccessibilityNodeProviderCompat;
28
import android.view.
accessibility
.AccessibilityEvent;
55
* Automatically determine whether a view is important for
accessibility
.
60
* The view is important for
accessibility
.
65
* The view is not important for
accessibility
.
70
* The view is not important for
accessibility
, nor are any of its
76
* Live region mode specifying that
accessibility
services should not
85
* Live region mode specifying that
accessibility
services should announce
93
* Live region mode specifying that
accessibility
services should interrup
[
all
...]
/prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar
/cts/tests/accessibility/res/xml/
vibrating_accessibilityservice.xml
16
<
accessibility
-service xmlns:android="http://schemas.android.com/apk/res/android"
/cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityViewTreeReportingTest.java
18
import android.view.
accessibility
.AccessibilityNodeInfo;
23
* Test cases for testing the
accessibility
focus APIs exposed to
accessibility
24
* services. This test checks how the view hierarchy is reported to
accessibility
/developers/build/prebuilts/gradle/BasicAccessibility/BasicAccessibilitySample/src/main/res/values/
base-strings.xml
26
This sample demonstrates how to create an accessible application, using a mix of different widgets demonstrating different ways of adding
accessibility
markup to a UI.
/development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetworkViews.java
30
import android.view.
accessibility
.AccessibilityInteractionClient;
31
import android.view.
accessibility
.AccessibilityNodeInfo;
62
private static final String NO_ACCESSIBILITY_EVENT = "No
accessibility
event has occured yet";
99
*
accessibility
service.
238
* A command that returns the
accessibility
ids of the root view.
250
* A command that returns the
accessibility
ids of the views that contain the given text.
251
* It takes a string of text and returns the
accessibility
ids of the nodes that contain the
317
/* Occasionally we get a null from the
accessibility
API, rather than an empty
453
* Command to get the
accessibility
ids of the given node. Returns the
accessibility
ids as
[
all
...]
/development/samples/browseable/BasicAccessibility/res/values/
base-strings.xml
26
This sample demonstrates how to create an accessible application, using a mix of different widgets demonstrating different ways of adding
accessibility
markup to a UI.
/external/chromium/chrome/browser/accessibility/
browser_accessibility_mac.h
14
#include "chrome/browser/
accessibility
/browser_accessibility.h"
browser_accessibility_mac_unittest.mm
10
#include "chrome/browser/
accessibility
/browser_accessibility_cocoa.h"
11
#include "chrome/browser/
accessibility
/browser_accessibility_manager.h"
19
- (NSPoint)accessibilityPointInScreen:(BrowserAccessibilityCocoa*)
accessibility
;
30
(BrowserAccessibilityCocoa*)
accessibility
{
browser_accessibility_manager_win.h
12
#include "chrome/browser/
accessibility
/browser_accessibility_manager.h"
/external/chromium/chrome/browser/ui/webui/options/chromeos/
system_options_handler.h
25
// Called when the
accessibility
checkbox value is changed.
/external/chromium_org/chrome/browser/resources/chromeos/login/
accessibility_menu.html
1
<div id="
accessibility
-menu" class="bubble faded" hidden>
/external/chromium_org/chrome_frame/
chrome_frame_helper_dll.cc
10
// EVENT_OBJECT_CREATE
accessibility
events. This is a poor substitute to
/external/chromium_org/content/browser/accessibility/
browser_accessibility_delegate_mac.h
21
- (void)performShowMenuAction:(BrowserAccessibilityCocoa*)
accessibility
;
browser_accessibility_manager_android.h
9
#include "content/browser/
accessibility
/browser_accessibility_manager.h"
48
// Populate Java
accessibility
data structures with info about a node.
77
//
accessibility
focus candidate for a touch which has not landed directly on
78
// an
accessibility
focus candidate.
browser_accessibility_manager_gtk.h
8
#include "content/browser/
accessibility
/browser_accessibility_manager.h"
Completed in 784 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>