OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:accessibility
(Results
1 - 25
of
221
) sorted by null
1
2
3
4
5
6
7
8
9
/external/webkit/WebKit/mac/WebCoreSupport/
WebViewFactory.mm
523
return UI_STRING("HTML content", "
accessibility
role description for web area");
528
return UI_STRING("link", "
accessibility
role description for link");
533
return UI_STRING("list marker", "
accessibility
role description for list marker");
538
return UI_STRING("image map", "
accessibility
role description for image map");
543
return UI_STRING("heading", "
accessibility
role description for headings");
559
return UI_STRING("alert", "An ARIA
accessibility
group that acts as an alert.");
561
return UI_STRING("alert dialog", "An ARIA
accessibility
group that acts as an alert dialog.");
563
return UI_STRING("dialog", "An ARIA
accessibility
group that acts as an dialog.");
565
return UI_STRING("log", "An ARIA
accessibility
group that acts as a console log.");
567
return UI_STRING("marquee", "An ARIA
accessibility
group that acts as a marquee.");
[
all
...]
/frameworks/base/tools/layoutlib/bridge/src/android/view/accessibility/
AccessibilityManager.java
17
package android.view.
accessibility
;
29
* {@link android.view.View} changes etc. Parties interested in handling
accessibility
30
* events implement and register an
accessibility
service which extends
73
* while
accessibility
is not enabled.
79
* Requests interruption of the
accessibility
feedback from all
accessibility
services.
85
* Returns the {@link ServiceInfo}s of the installed
accessibility
services.
/frameworks/base/core/java/android/accessibilityservice/
AccessibilityServiceInfo.java
25
* {@link android.view.
accessibility
.AccessibilityEvent}s
29
* @see android.view.
accessibility
.AccessibilityEvent
68
* @see android.view.
accessibility
.AccessibilityEvent#TYPE_VIEW_CLICKED
69
* @see android.view.
accessibility
.AccessibilityEvent#TYPE_VIEW_LONG_CLICKED
70
* @see android.view.
accessibility
.AccessibilityEvent#TYPE_VIEW_FOCUSED
71
* @see android.view.
accessibility
.AccessibilityEvent#TYPE_VIEW_SELECTED
72
* @see android.view.
accessibility
.AccessibilityEvent#TYPE_VIEW_TEXT_CHANGED
73
* @see android.view.
accessibility
.AccessibilityEvent#TYPE_WINDOW_STATE_CHANGED
74
* @see android.view.
accessibility
.AccessibilityEvent#TYPE_NOTIFICATION_STATE_CHANGED
IEventListener.aidl
20
import android.view.
accessibility
.AccessibilityEvent;
23
* Top-level interface to
accessibility
service component (implemented in Service).
AccessibilityService.java
27
import android.view.
accessibility
.AccessibilityEvent;
30
* An
accessibility
service runs in the background and receives callbacks by the system
35
* An
accessibility
service extends this class and implements its abstract methods. Such
48
* The lifecycle of an
accessibility
service is managed exclusively by the system. Starting
49
* or stopping an
accessibility
service is triggered by an explicit user action through
52
* overriden by clients that want to perform post binding setup. An
accessibility
service
58
* An
accessibility
service can be registered for events in specific packages to provide a
64
* For each feedback type only one
accessibility
service is notified. Services are notified
70
* registration order. This enables "generic"
accessibility
services that work reasonably
94
* @see android.view.
accessibility
.AccessibilityManage
[
all
...]
/external/webkit/WebKit/win/
WebCoreLocalizedStrings.cpp
82
String WebCore::AXWebAreaText() { return String(LPCTSTR_UI_STRING("web area", "
accessibility
role description for web area")); }
83
String WebCore::AXLinkText() { return String(LPCTSTR_UI_STRING("link", "
accessibility
role description for link")); }
84
String WebCore::AXListMarkerText() { return String(LPCTSTR_UI_STRING("list marker", "
accessibility
role description for list marker")); }
85
String WebCore::AXImageMapText() { return String(LPCTSTR_UI_STRING("image map", "
accessibility
role description for image map")); }
86
String WebCore::AXHeadingText() { return String(LPCTSTR_UI_STRING("heading", "
accessibility
role description for headings")); }
89
String WebCore::AXButtonActionVerb() { return String(LPCTSTR_UI_STRING("press", "Verb stating the action that will occur when a button is pressed, as used by
accessibility
")); }
90
String WebCore::AXRadioButtonActionVerb() { return String(LPCTSTR_UI_STRING("select", "Verb stating the action that will occur when a radio button is clicked, as used by
accessibility
")); }
91
String WebCore::AXTextFieldActionVerb() { return String(LPCTSTR_UI_STRING("activate", "Verb stating the action that will occur when a text field is selected, as used by
accessibility
")); }
92
String WebCore::AXCheckedCheckBoxActionVerb() { return String(LPCTSTR_UI_STRING("uncheck", "Verb stating the action that will occur when a checked checkbox is clicked, as used by
accessibility
")); }
93
String WebCore::AXUncheckedCheckBoxActionVerb() { return String(LPCTSTR_UI_STRING("check", "Verb stating the action that will occur when an unchecked checkbox is clicked, as used by
accessibility
")); }
[
all
...]
/external/webkit/WebCore/manual-tests/accessibility/
java-applet.html
6
<p>This test checks our support for
accessibility
of java applets.</p>
9
<li>Open
Accessibility
Inspector. Move mouse onto white area of web area.
/frameworks/base/core/java/android/view/accessibility/
IAccessibilityManager.aidl
18
package android.view.
accessibility
;
20
import android.view.
accessibility
.AccessibilityEvent;
21
import android.view.
accessibility
.IAccessibilityManagerClient;
AccessibilityEventSource.java
17
package android.view.
accessibility
;
26
* the event type. The method must first check if
accessibility
is on
42
* method does not guarantee to check if
accessibility
is on before
AccessibilityEvent.aidl
17
package android.view.
accessibility
;
AccessibilityManager.java
17
package android.view.
accessibility
;
40
* {@link android.view.View} changes etc. Parties interested in handling
accessibility
41
* events implement and register an
accessibility
service which extends
137
* while
accessibility
is not enabled.
141
throw new IllegalStateException("
Accessibility
off. Did you forget to check that?");
165
* Requests interruption of the
accessibility
feedback from all
accessibility
services.
169
throw new IllegalStateException("
Accessibility
off. Did you forget to check that?");
182
* Returns the {@link ServiceInfo}s of the installed
accessibility
services.
IAccessibilityManagerClient.aidl
17
package android.view.
accessibility
;
/external/webkit/WebCore/accessibility/mac/
AccessibilityObjectMac.mm
29
#if HAVE(
ACCESSIBILITY
)
54
#endif // HAVE(
ACCESSIBILITY
)
AXObjectCacheMac.mm
29
#if HAVE(
ACCESSIBILITY
)
117
#endif // HAVE(
ACCESSIBILITY
)
/external/webkit/WebCore/accessibility/qt/
AccessibilityObjectQt.cpp
23
#if HAVE(
ACCESSIBILITY
)
42
#endif // HAVE(
ACCESSIBILITY
)
/external/webkit/WebCore/accessibility/win/
AccessibilityObjectWin.cpp
29
#if HAVE(
ACCESSIBILITY
)
48
#endif // HAVE(
ACCESSIBILITY
)
/external/webkit/WebCore/accessibility/wx/
AccessibilityObjectWx.cpp
23
#if HAVE(
ACCESSIBILITY
)
42
#endif // HAVE(
ACCESSIBILITY
)
/frameworks/base/core/tests/coretests/src/android/accessibilityservice/
AccessibilityTestService.java
23
import android.view.
accessibility
.AccessibilityEvent;
24
import android.view.
accessibility
.AccessibilityManager;
30
* This class text the
accessibility
framework end to end.
32
* Note: Since
accessibility
is provided by {@link AccessibilityService}s we create one,
35
* go to Settings->
Accessibility
and select the enable
accessibility
check and then
81
Log.e(LOG_TAG, "Error in testing
Accessibility
feature", e);
157
* If
accessibility
feedback interruption is triggered and received correctly.
/prebuilt/linux-x86/swt/
swt.jar
/prebuilt/linux-x86_64/swt/
swt.jar
/external/webkit/WebCore/accessibility/gtk/
AccessibilityObjectAtk.cpp
26
#if HAVE(
ACCESSIBILITY
)
81
#endif // HAVE(
ACCESSIBILITY
)
/development/pdk/docs/source/
overview.jd
51
<h3>
Accessibility
</h3>
52
<p>Users will be able to download new
accessibility
services built on the new
accessibility
framework and enable them in Settings.
66
<h3>
Accessibility
</h3>
67
<p>Android 1.6 provides a new
accessibility
framework. With this framework, developers can create
accessibility
plugins that respond to user input, such as making a sound when a new window is shown, vibrating when navigating to the top of a list, and providing spoken feedback.
/frameworks/base/core/tests/coretests/src/android/view/accessibility/
RecycleAccessibilityEventTest.java
15
package android.view.
accessibility
;
18
import android.view.
accessibility
.AccessibilityEvent;
/packages/apps/Settings/src/com/android/settings/
AccessibilitySettings.java
40
import android.view.
accessibility
.AccessibilityManager;
48
* Activity with the
accessibility
settings.
130
// no service and
accessibility
is enabled => disable
135
// Notify user that they do not have any
accessibility
apps
206
* Handles the change of the
accessibility
enabled setting state.
208
* @param preference The preference for enabling/disabling
accessibility
.
298
* Adds {@link CheckBoxPreference} for enabling or disabling an
accessibility
services.
329
* Displays a message telling the user that they do not have any
accessibility
/prebuilt/darwin-x86_64/swt/
swt.jar
Completed in 2661 milliseconds
1
2
3
4
5
6
7
8
9