HomeSort by relevance Sort by last modified time
    Searched refs:setContentDescription (Results 1 - 25 of 370) 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);
  /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 71 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);
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardClockAccessibilityDelegate.java 41 event.setContentDescription(replaceFancyColon(text));
60 info.setContentDescription(replaceFancyColon(info.getContentDescription()));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
ExpandableIndicator.java 36 setContentDescription(getContentDescription(mExpanded));
49 setContentDescription(getContentDescription(expanded));
  /packages/apps/Dialer/java/com/android/dialer/dialpadview/
DialpadKeyButton.java 100 super.setContentDescription(mLongHoverContentDesc);
105 public void setContentDescription(CharSequence contentDescription) {
109 super.setContentDescription(contentDescription);
213 super.setContentDescription(mLongHoverContentDesc);
215 super.setContentDescription(mBackupContentDesc);
  /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);
220 super.setContentDescription(mLongHoverContentDesc);
222 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 41 mTargetView.setContentDescription(msg);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
StarView.java 37 setContentDescription(
  /frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
KeyguardClockAccessibilityDelegateTest.java 44 mView.setContentDescription(mContext.getString(R.string.keyguard_widget_12_hours_format));
70 info.setContentDescription(mView.getContentDescription());
  /packages/apps/Settings/src/com/android/settings/localepicker/
LocaleDragCell.java 93 mLabel.setContentDescription(description);
94 mCheckbox.setContentDescription(description);
  /packages/apps/Dialer/java/com/android/dialer/app/calllog/
CallLogListItemHelper.java 80 views.quickContactView.setContentDescription(getContactBadgeDescription(details));
83 views.primaryActionView.setContentDescription(details.callDescription);
115 views.videoCallButtonView.setContentDescription(
119 views.createNewContactButtonView.setContentDescription(
123 views.addToExistingContactButtonView.setContentDescription(
128 views.detailsButtonView.setContentDescription(
  /frameworks/support/compat/java/android/support/v4/view/
MenuItemCompat.java 94 void setContentDescription(MenuItem item, CharSequence contentDescription);
144 public void setContentDescription(MenuItem item, CharSequence contentDescription) {
206 public void setContentDescription(MenuItem item, CharSequence contentDescription) {
207 item.setContentDescription(contentDescription);
484 public static void setContentDescription(MenuItem item, CharSequence contentDescription) {
486 ((SupportMenuItem) item).setContentDescription(contentDescription);
488 IMPL.setContentDescription(item, contentDescription);
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerItem.java 124 mResetAddButton.setContentDescription(null);
135 mResetAddButton.setContentDescription(addTimeDesc);
147 mResetAddButton.setContentDescription(addTimeDesc);
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
TaskListView.java 57 record.setContentDescription(priorityStr);
103 label.setContentDescription(contentDescription);
  /packages/apps/Dialer/java/com/android/dialer/callcomposer/
GalleryGridItemView.java 116 image.setContentDescription(
122 image.setContentDescription(
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerGaugePreference.java 68 public void setContentDescription(String name) {
104 titleView.setContentDescription(mContentDescription);
  /frameworks/base/core/tests/coretests/src/android/view/accessibility/
RecycleAccessibilityEventTest.java 54 first.setContentDescription(CONTENT_DESCRIPTION);
  /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(

Completed in 1233 milliseconds

1 2 3 4 5 6 7 8 91011>>