HomeSort by relevance Sort by last modified time
    Searched refs:setContentDescription (Results 1 - 25 of 167) sorted by null

1 2 3 4 5 6 7

  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogListItemHelper.java 68 views.quickContactView.setContentDescription(getContactBadgeDescription(details));
71 views.primaryActionView.setContentDescription(getCallDescription(details));
100 views.secondaryActionButtonView.setContentDescription(
269 views.secondaryActionButtonView.setContentDescription(
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
ObscureSpeechDelegate.java 68 event.setContentDescription(host.getContext().getString(
80 info.setContentDescription(
  /cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/
Test5DetailFragment.java 59 spinner.setContentDescription("Spinner");
61 imageButton.setContentDescription("Image button");
66 seekBar.setContentDescription("Progress is 50 %");
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
TaskListView.java 57 record.setContentDescription(priorityStr);
103 label.setContentDescription(contentDescription);
  /packages/apps/Settings/src/com/android/settings/
AccountPreference.java 76 mSyncStatusIcon.setContentDescription(getSyncContentDescription(mStatus));
84 mSyncStatusIcon.setContentDescription(getSyncContentDescription(mStatus));
  /packages/apps/Settings/src/com/android/settings/accessibility/
ColorPreference.java 103 previewImage.setContentDescription(summary);
105 previewImage.setContentDescription(null);
  /frameworks/base/core/tests/coretests/src/android/view/accessibility/
RecycleAccessibilityEventTest.java 54 first.setContentDescription(CONTENT_DESCRIPTION);
  /packages/apps/Camera/src/com/android/camera/ui/
CameraSwitcher.java 137 item.setContentDescription(getContext().getResources().getString(
141 item.setContentDescription(getContext().getResources().getString(
145 item.setContentDescription(getContext().getResources().getString(
149 item.setContentDescription(getContext().getResources().getString(
InLineSettingCheckBox.java 56 mCheckBox.setContentDescription(getContext().getResources().getString(
  /packages/apps/Camera2/src/com/android/camera/ui/
InLineSettingCheckBox.java 55 mCheckBox.setContentDescription(getContext().getResources().getString(
ModuleSwitcher.java 202 item.setContentDescription(getContext().getResources().getString(
206 item.setContentDescription(getContext().getResources().getString(
210 item.setContentDescription(getContext().getResources().getString(
214 item.setContentDescription(getContext().getResources().getString(
218 item.setContentDescription(getContext().getResources().getString(
  /packages/apps/Launcher2/src/com/android/launcher2/
HandleView.java 50 setContentDescription(context.getString(R.string.all_apps_button_label));
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
CameraPicker.java 40 setContentDescription(getResources().getString(
InLineSettingSwitch.java 56 mSwitch.setContentDescription(getContext().getResources().getString(
InLineSettingKnob.java 109 mNextButton.setContentDescription(getResources().getString(
111 mPrevButton.setContentDescription(getResources().getString(
ZoomControl.java 91 image.setContentDescription(getResources().getString(
94 image.setContentDescription(getResources().getString(
  /external/chromium_org/ui/android/java/src/org/chromium/ui/
ColorSuggestionListAdapter.java 64 button.setContentDescription(null);
79 button.setContentDescription(description);
  /frameworks/support/v4/ics/android/support/v4/view/accessibility/
AccessibilityRecordCompatIcs.java 138 public static void setContentDescription(Object record, CharSequence contentDescription) {
139 ((AccessibilityRecord) record).setContentDescription(contentDescription);
  /packages/apps/DeskClock/src/com/android/deskclock/widget/
TextTime.java 160 setContentDescription(DateFormat.format(mContentDescriptionFormat, calendar));
162 setContentDescription(DateFormat.format(mFormat, calendar));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarIconView.java 61 setContentDescription(notification);
113 setContentDescription(icon.contentDescription);
274 private void setContentDescription(Notification notification) {
278 setContentDescription(tickerText);
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactListFragment.java 131 alternateActionButton.setContentDescription(action.getAlternateIconDescription());
139 text1.setContentDescription(getActivity().getString(
142 alternateActionButton.setContentDescription(getActivity()
  /frameworks/support/v4/java/android/support/v4/view/accessibility/
AccessibilityRecordCompat.java 76 public void setContentDescription(Object record, CharSequence contentDescription);
199 public void setContentDescription(Object record, CharSequence contentDescription) {
406 public void setContentDescription(Object record, CharSequence contentDescription) {
407 AccessibilityRecordCompatIcs.setContentDescription(record, contentDescription);
980 public void setContentDescription(CharSequence contentDescription) {
981 IMPL.setContentDescription(mRecord, contentDescription);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
CommonControllerOverlay.java 91 mTimeBar.setContentDescription(
106 mPlayPauseReplayView.setContentDescription(
322 mPlayPauseReplayView.setContentDescription(contentDescription);
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
MonthPicker.java 25 getPositionInYearSpinner().setContentDescription(
WeekPicker.java 20 getPositionInYearSpinner().setContentDescription(

Completed in 1135 milliseconds

1 2 3 4 5 6 7