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

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Settings/src/com/android/settings/
AccessiblePreferenceCategory.java 33 public void setContentDescription(String contentDescription) {
41 view.itemView.setContentDescription(mContentDescription);
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogListItemHelper.java 70 views.quickContactView.setContentDescription(getContactBadgeDescription(details));
73 views.primaryActionView.setContentDescription(getCallDescription(details));
101 views.videoCallButtonView.setContentDescription(
106 views.createNewContactButtonView.setContentDescription(
111 views.addToExistingContactButtonView.setContentDescription(
116 views.detailsButtonView.setContentDescription(
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteExpandCollapseButton.java 66 setContentDescription(mExpandGroupDescription);
75 setContentDescription(mCollapseGroupDescription);
79 setContentDescription(mExpandGroupDescription);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
HeaderItem.java 70 public void setContentDescription(CharSequence contentDescription) {
ListRow.java 58 * unless {@link #setContentDescription(CharSequence)} was explicitly called.
83 public void setContentDescription(CharSequence contentDescription) {
ControlButtonPresenterSelector.java 107 vh.mFocusableView.setContentDescription(contentDescription);
120 vh.mFocusableView.setContentDescription(null);
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerItem.java 100 mResetAddButton.setContentDescription(resetDesc);
107 mResetAddButton.setContentDescription(addTimeDesc);
114 mResetAddButton.setContentDescription(resetDesc);
121 mResetAddButton.setContentDescription(addTimeDesc);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
ExpandableIndicator.java 37 setContentDescription(getContentDescription(mExpanded));
50 setContentDescription(getContentDescription(expanded));
  /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);
  /frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
AsyncStructure.java 52 child.setContentDescription("This is some async content");
  /packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DragViewStateAnnouncer.java 39 mTargetView.setContentDescription(msg);
DragAndDropAccessibilityDelegate.java 108 event.setContentDescription(mContext.getString(R.string.action_move_here));
117 node.setContentDescription(getLocationDescriptionForIconDrop(id));
  /packages/apps/Settings/src/com/android/settings/widget/
LinkAccessibilityHelper.java 78 event.setContentDescription(getTextForSpan(span));
81 event.setContentDescription(mView.getText());
89 info.setContentDescription(getTextForSpan(span));
92 info.setContentDescription(mView.getText());
  /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(
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerGaugePreference.java 51 public void setContentDescription(String name) {
74 titleView.setContentDescription(mContentDescription);
  /packages/apps/Settings/src/com/android/settings/localepicker/
LocaleDragCell.java 93 mLabel.setContentDescription(description);
94 mCheckbox.setContentDescription(description);
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
CollapsedAlarmViewHolder.java 91 itemView.setContentDescription(clock.getContentDescription() + " " +
99 alarmLabel.setContentDescription(context.getString(R.string.label_description)
111 daysOfWeek.setContentDescription(alarm.daysOfWeek.toAccessibilityString(
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
TaskListView.java 57 record.setContentDescription(priorityStr);
103 label.setContentDescription(contentDescription);
  /frameworks/base/core/java/android/view/
ViewStructure.java 154 public abstract void setContentDescription(CharSequence contentDescription);
  /frameworks/base/core/tests/coretests/src/android/view/accessibility/
RecycleAccessibilityEventTest.java 54 first.setContentDescription(CONTENT_DESCRIPTION);
  /frameworks/opt/setupwizard/library/eclair-mr1/src/com/android/setupwizardlib/util/
LinkAccessibilityHelper.java 101 event.setContentDescription(getTextForSpan(span));
104 event.setContentDescription(mView.getText());
113 info.setContentDescription(getTextForSpan(span));
116 info.setContentDescription(mView.getText());
  /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(

Completed in 388 milliseconds

1 2 3 4 5 6 7 8 91011>>