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

1 2 3 4 5 6 7 8 9

  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogListItemHelper.java 69 views.quickContactView.setContentDescription(getContactBadgeDescription(details));
72 views.primaryActionView.setContentDescription(getCallDescription(context, details));
93 views.callBackButtonView.setContentDescription(
97 views.videoCallButtonView.setContentDescription(
102 views.voicemailButtonView.setContentDescription(
106 views.detailsButtonView.setContentDescription(
  /packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
DialpadKeyButton.java 103 super.setContentDescription(mLongHoverContentDesc);
108 public void setContentDescription(CharSequence contentDescription) {
112 super.setContentDescription(contentDescription);
216 super.setContentDescription(mLongHoverContentDesc);
218 super.setContentDescription(mBackupContentDesc);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
StarView.java 37 setContentDescription(
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
ObscureSpeechDelegate.java 69 event.setContentDescription(host.getContext().getString(
81 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 %");
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerListItem.java 74 mResetAddButton.setContentDescription(getResources().getString(R.string.timer_plus_one));
83 mResetAddButton.setContentDescription(getResources().getString(R.string.timer_reset));
129 mResetAddButton.setContentDescription(getResources().getString(
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
TaskListView.java 57 record.setContentDescription(priorityStr);
103 label.setContentDescription(contentDescription);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ControlButtonPresenterSelector.java 101 vh.mFocusableView.setContentDescription(contentDescription);
114 vh.mFocusableView.setContentDescription(null);
  /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/Launcher2/src/com/android/launcher2/
HandleView.java 50 setContentDescription(context.getString(R.string.all_apps_button_label));
PagedViewIcon.java 62 setContentDescription(info.contentDescription);
  /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(
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerGaugePreference.java 71 titleView.setContentDescription(mContentDescription);
  /packages/apps/Settings/src/com/android/settings/location/
DimmableIconPreference.java 80 titleView.setContentDescription(mContentDescription);
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeAttachmentTile.java 36 mDeleteButton.setContentDescription(
  /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));
  /packages/apps/Settings/src/com/android/settings/
AccountPreference.java 76 mSyncStatusIcon.setContentDescription(getSyncContentDescription(mStatus));
84 mSyncStatusIcon.setContentDescription(getSyncContentDescription(mStatus));

Completed in 652 milliseconds

1 2 3 4 5 6 7 8 9