HomeSort by relevance Sort by last modified time
    Searched full:contentdescription (Results 326 - 350 of 425) sorted by null

<<11121314151617

  /packages/apps/UnifiedEmail/res/layout/
widget.xml 95 android:contentDescription="@string/compose" />
  /frameworks/base/docs/html/guide/topics/ui/accessibility/
apps.jd 64 <a href="{@docRoot}reference/android/view/View.html#attr_android:contentDescription">
65 {@code android:contentDescription}</a> attribute. Pay particular attention to
104 <a href="{@docRoot}reference/android/view/View.html#attr_android:contentDescription">
105 {@code android:contentDescription}</a> XML layout attribute. The text in this attribute does not
110 <a href="{@docRoot}reference/android/view/View.html#attr_android:contentDescription">
111 {@code android:contentDescription}</a> attribute for every {@link android.widget.ImageButton},
124 android:contentDescription=?@string/add_note?/&gt;
    [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/
BrowserAccessibilityManager.java 437 String className, String contentDescription) {
439 node.setContentDescription(contentDescription);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
session_unittest.cc 692 class TestContentDescription : public cricket::ContentDescription {
699 virtual ContentDescription* Copy() const {
754 cricket::ContentDescription** content,
769 const cricket::ContentDescription* untyped_content,
    [all...]
  /frameworks/base/docs/html/training/animation/
zoom.jd 98 android:contentDescription="@string/description_image_1" /&gt;
114 android:contentDescription="@string/description_zoom_touch_close" /&gt;
cardflip.jd 244 android:contentDescription="@string/description_image_1" /&gt;
  /frameworks/base/docs/html/tools/testing/
testing_ui.jd 129 <p>Before writing your {@code uiautomator} tests, first identify the UI components in the application that you want to test. Typically, good candidates for testing are UI components that are visible and that users can interact with. The UI components should also have visible text labels, <a href="{@docRoot}reference/android/view/View.html#attr_android:contentDescription">{@code android:contentDescription}</a> values, or both.
136 <LI>Use the <a href="{@docRoot}reference/android/view/View.html#attr_android:contentDescription">{@code android:contentDescription}</a> attribute to label the {@link android.widget.ImageButton}, {@link android.widget.ImageView}, {@link android.widget.CheckBox} and other user interface controls.</LI>
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarIconView.java 113 setContentDescription(icon.contentDescription);
  /packages/apps/InCallUI/res/layout/
primary_call_info.xml 32 android:contentDescription="@string/contactPhoto"
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
ClockBackService.java 547 CharSequence contentDescription = event.getContentDescription();
548 if (contentDescription != null) {
549 utterance.append(contentDescription);
  /frameworks/base/docs/html/sdk/api_diff/4/changes/
android.R.attr.html 115 <A NAME="android.R.attr.contentDescription"></A>
116 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#contentDescription" target="_top"><code>contentDescription</code></A></nobr>
  /frameworks/base/core/java/android/widget/
ImageView.java 215 CharSequence contentDescription = getContentDescription();
216 if (!TextUtils.isEmpty(contentDescription)) {
217 event.getText().add(contentDescription);
    [all...]
  /frameworks/base/docs/html/design/patterns/
accessibility.jd 40 <p>In your wireframes, <a href="{@docRoot}guide/topics/ui/accessibility/apps.html#label-ui">label functional UI components</a> that have no visible text. Those components might be buttons, icons, tabs with icons, and icons with state (like stars). Developers can use the <code><a href="{@docRoot}guide/topics/ui/accessibility/apps.html#label-ui">contentDescription</a></code> attribute to set the label.</p>
  /packages/apps/Calendar/res/layout/
event_info.xml 317 android:contentDescription="@string/accessibility_add_reminder"
recurrencepicker.xml 240 android:contentDescription="@string/acessibility_recurrence_choose_end_date_description"
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion12-expected-completion75.txt 52 android:contentDescription : Defines text that briefly describes content of the view. [string]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar 
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardWidgetPager.java 368 String contentDescription = mContext.getString(
371 frame.setContentDescription(contentDescription);
    [all...]
  /frameworks/base/services/java/com/android/server/
StatusBarManagerService.java 193 String contentDescription) {
204 contentDescription);
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityWindowQueryTest.java 67 getString(R.string.contentDescription)).get(0);
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityEvent.java 293 * {@link android.R.styleable#View_contentDescription contentDescription} of the source
342 * {@link android.R.styleable#View_contentDescription contentDescription} of the source
369 * {@link android.R.styleable#View_contentDescription contentDescription} of the source
    [all...]
  /frameworks/base/docs/html/training/custom-views/
create-view.jd 267 <li>Label your input fields using the {@code android:contentDescription} attribute
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
MultiWaveView.java     [all...]
GlowPadView.java     [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
GlowPadView.java     [all...]

Completed in 1899 milliseconds

<<11121314151617