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

<<11121314151617

  /packages/apps/Settings/res/layout/
preference_inputmethod.xml 81 android:contentDescription="@string/input_method_settings_button"
preference_tts_engine.xml 84 android:contentDescription="@string/tts_engine_settings_button"
user_info_header.xml 88 android:contentDescription="@string/settings_label"
setup_preference.xml 56 android:contentDescription="@string/wifi_menu_more_options" />
  /packages/apps/Settings/res/layout-sw600dp/
crypt_keeper_progress.xml 36 android:contentDescription="@null"
preference_inputmethod.xml 82 android:contentDescription="@string/input_method_settings_button"
  /packages/apps/UnifiedEmail/res/layout/
quoted_text.xml 47 android:contentDescription="@string/quoted_text"/>
conversation_message_details_header_expanded.xml 53 android:contentDescription="@string/collapse_recipient_details"
  /packages/providers/DownloadProvider/ui/res/layout/
download_list_item.xml 47 android:contentDescription="@null" />
  /cts/tests/tests/accessibility/src/android/view/accessibility/cts/
AccessibilityEventTest.java 171 sentEvent.setContentDescription("ContentDescription");
214 assertEquals("contentDescription has incorrect value", expectedEvent
AccessibilityNodeInfoTest.java 147 assertEquals("contentDescription has incorrect value", expectedInfo.getContentDescription(),
200 assertNull("contentDescription not properly recycled", info.getContentDescription());
  /external/qemu/distrib/sdl-1.2.15/
SDL.qpg.in 94 <QPM:ContentDescription>
103 </QPM:ContentDescription>
  /frameworks/base/core/java/android/widget/
AnalogClock.java 256 String contentDescription = DateUtils.formatDateTime(mContext,
258 setContentDescription(contentDescription);
ActivityChooserView.java 321 CharSequence contentDescription = mContext.getString(resourceId);
322 mExpandActivityOverflowButtonImage.setContentDescription(contentDescription);
541 String contentDescription = mContext.getString(
543 mDefaultActivityButton.setContentDescription(contentDescription);
  /frameworks/base/packages/Keyguard/res/layout/
keyguard_sim_pin_view.xml 79 android:contentDescription="@string/keyboardview_keycode_delete"
217 android:contentDescription="@string/keyboardview_keycode_enter"
keyguard_sim_puk_view.xml 80 android:contentDescription="@string/keyboardview_keycode_delete"
218 android:contentDescription="@string/keyboardview_keycode_enter"
  /packages/apps/DeskClock/src/com/android/deskclock/
AnalogClock.java 278 String contentDescription = DateUtils.formatDateTime(mContext,
280 setContentDescription(contentDescription);
  /external/chromium_org/remoting/protocol/
jingle_session.cc 113 new ContentDescription(candidate_config_->Clone(),
173 new ContentDescription(CandidateSessionConfig::CreateFrom(config_),
561 const ContentDescription* description) {
jingle_session.h 131 bool InitializeConfigFromDescription(const ContentDescription* description);
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediasessionclient.cc 544 const ContentDescription** content,
577 const ContentDescription** content,
686 const ContentDescription** content,
709 const ContentDescription** content,
735 const ContentDescription** content,
    [all...]
  /frameworks/support/v4/java/android/support/v4/view/accessibility/
AccessibilityNodeInfoCompat.java 96 public void setContentDescription(Object info, CharSequence contentDescription);
311 public void setContentDescription(Object info, CharSequence contentDescription) {
598 public void setContentDescription(Object info, CharSequence contentDescription) {
599 AccessibilityNodeInfoCompatIcs.setContentDescription(info, contentDescription);
    [all...]
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityRecord.java 584 * @param contentDescription The description.
588 public void setContentDescription(CharSequence contentDescription) {
590 mContentDescription = contentDescription;
820 builder.append("; ContentDescription: " + mContentDescription);
  /frameworks/base/services/tests/servicestests/src/com/android/server/
MockAccessibilityService.java 189 TestCase.assertEquals("contentDescription has incorrect value", expectedEvent
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActivityChooserView.java 293 CharSequence contentDescription = getContext().getString(resourceId);
294 mExpandActivityOverflowButtonImage.setContentDescription(contentDescription);
513 String contentDescription = getContext().getString(
515 mDefaultActivityButton.setContentDescription(contentDescription);
  /packages/apps/Dialer/res/layout/
phone_favorite_tile_view.xml 104 android:contentDescription="@string/description_view_contact_detail" />

Completed in 1041 milliseconds

<<11121314151617