HomeSort by relevance Sort by last modified time
    Searched refs:setContentDescription (Results 51 - 75 of 370) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/service/quicksettings/
Tile.java 168 public void setContentDescription(CharSequence contentDescription) {
  /frameworks/base/core/java/android/view/
ViewStructure.java 169 public abstract void setContentDescription(CharSequence contentDescription);
  /frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/app/
ActionBarUsage.java 56 MenuItemCompat.setContentDescription(editItem,
  /frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/
PopupMenuActivity.java 73 MenuItemCompat.setContentDescription(editItem,
  /frameworks/support/samples/SupportEmojiDemos/src/com/example/android/support/text/emoji/
ListFragment.java 82 holder.mTextView.setContentDescription(holder.mTextView.getText());
  /frameworks/support/wear/src/android/support/wear/widget/drawer/
WearableActionDrawerView.java 152 getPeekContainer().setContentDescription(
289 mPeekActionIcon.setContentDescription(menu.getItem(0).getTitle());
411 holder.textView.setContentDescription(title);
412 holder.iconView.setContentDescription(title);
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerFragment.java 255 fab.setContentDescription(fab.getResources().getString(R.string.timer_stop));
263 fab.setContentDescription(fab.getResources().getString(R.string.timer_start));
271 fab.setContentDescription(fab.getResources().getString(R.string.timer_start));
276 fab.setContentDescription(fab.getResources().getString(R.string.timer_stop));
282 fab.setContentDescription(fab.getResources().getString(R.string.timer_start));
285 fab.setContentDescription(null);
309 left.setContentDescription(left.getResources().getString(R.string.timer_delete));
314 right.setContentDescription(right.getResources().getString(R.string.timer_add_timer));
320 left.setContentDescription(left.getResources().getString(R.string.timer_cancel));
  /packages/apps/Dialer/java/com/android/contacts/common/widget/
FloatingActionButtonController.java 90 mFab.setContentDescription(description);
  /packages/apps/DocumentsUI/src/com/android/documentsui/sorting/
HeaderCell.java 108 arrow.setContentDescription(description);
  /packages/apps/Messaging/src/com/android/messaging/ui/contact/
AddContactsConfirmationDialog.java 82 textView.setContentDescription(vocalizedDisplayName);
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
CameraMediaChooser.java 448 mSwapModeButton.setContentDescription(context.getString(videoMode ?
455 mCaptureButton.setContentDescription(context.getString(
459 mCaptureButton.setContentDescription(context.getString(
463 mCaptureButton.setContentDescription(context.getString(
  /packages/apps/Settings/src/com/android/settings/widget/
MasterSwitchPreference.java 86 mSwitch.setContentDescription(getTitle());
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
SuperCollapsedBlock.java 91 setContentDescription(
  /cts/tests/accessibility/src/android/view/accessibility/cts/
AccessibilityEventTest.java 173 event.setContentDescription(updatingString);
192 sentEvent.setContentDescription("ContentDescription");
  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofillframework/service/settings/
SettingsActivity.java 157 switchView.setContentDescription(switchLabel);
173 imageView.setContentDescription(buttonLabel);
  /developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/service/settings/
SettingsActivity.java 157 switchView.setContentDescription(switchLabel);
173 imageView.setContentDescription(buttonLabel);
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/settings/
SettingsActivity.java 155 switchView.setContentDescription(switchLabel);
171 imageView.setContentDescription(buttonLabel);
  /frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuItemView.java 191 setContentDescription(visible ? null : mItemData.getTitle());
193 setContentDescription(contentDescription);
IconMenuItemView.java 112 setContentDescription(title);
114 setContentDescription(contentDescription);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
QSTileBaseView.java 155 setContentDescription(state.contentDescription);
196 event.setContentDescription(label);
  /frameworks/support/compat/java/android/support/v4/view/accessibility/
AccessibilityRecordCompat.java 746 * @deprecated Use {@link AccessibilityRecord#setContentDescription(CharSequence)} directly.
749 public void setContentDescription(CharSequence contentDescription) {
750 mRecord.setContentDescription(contentDescription);
  /frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
ActionMenuItemView.java 198 setContentDescription(visible ? null : mItemData.getTitle());
200 setContentDescription(contentDescription);
  /packages/apps/Launcher3/src/com/android/launcher3/pageindicators/
PageIndicatorLineCaret.java 167 public void setContentDescription(CharSequence contentDescription) {
168 mAllAppsHandle.setContentDescription(contentDescription);
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
IndicatorControl.java 126 b.setContentDescription(pref.getTitle());
137 b.setContentDescription(getResources().getString(
  /packages/apps/Settings/src/com/android/settings/nfc/
NfcPaymentPreference.java 179 holder.imageView.setContentDescription(appInfo.label);
185 holder.radioButton.setContentDescription(appInfo.label);

Completed in 633 milliseconds

1 23 4 5 6 7 8 91011>>