Searched refs:setContentDescription (Results 76 - 100 of 164) sorted by relevance

1234567

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPageIndicator.java71 setContentDescription(getContext().getString(R.string.accessibility_quick_settings_page,
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSTileView.java131 mLabelContainer.setContentDescription(dualTarget ? state.dualLabelContentDescription
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSignalClusterView.java462 mEthernetGroup.setContentDescription(mEthernetDescription);
481 mWifiGroup.setContentDescription(mWifiDescription);
517 mAirplane.setContentDescription(mAirplaneContentDescription);
650 mMobileGroup.setContentDescription(mMobileTypeDescription
H A DStatusBarIconView.java244 setContentDescription(notification.getNotification());
295 setContentDescription(icon.contentDescription);
482 private void setContentDescription(Notification notification) { method in class:StatusBarIconView
486 setContentDescription(d);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DHybridGroupManager.java150 reusableView.setContentDescription(contentDescription);
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DIntents.java214 public PhotoViewIntentBuilder setContentDescription(String contentDescription) { method in class:Intents.PhotoViewIntentBuilder
/frameworks/support/car/src/androidTest/java/androidx/car/widget/
H A DActionBarTest.java210 customExpandCollapse.setContentDescription(mActivity.getString(
/frameworks/support/slices/core/src/main/java/androidx/slice/core/
H A DSliceActionImpl.java74 * been set via {@link #setContentDescription(CharSequence)}.
92 * been set via {@link #setContentDescription(CharSequence)}.
113 * been set via {@link #setContentDescription(CharSequence)}.
128 * been set via {@link #setContentDescription(CharSequence)}.
187 public SliceActionImpl setContentDescription(@NonNull CharSequence description) { method in class:SliceActionImpl
/frameworks/support/slices/view/src/main/java/androidx/slice/widget/
H A DSliceActionView.java126 mActionView.setContentDescription(contentDescription);
H A DGridRowView.java188 mViewContainer.setContentDescription(contentDescr);
313 cellContainer.setContentDescription(contentDescr);
/frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/app/
H A DBaseKeyEventsTestCase.java222 MenuItemCompat.setContentDescription(alphaItem,
/frameworks/support/wear/src/main/java/androidx/wear/widget/drawer/
H A DWearableNavigationDrawerView.java163 .setContentDescription(
/frameworks/base/core/java/android/widget/
H A DMediaController.java544 mPauseButton.setContentDescription(mPauseDescription);
547 mPauseButton.setContentDescription(mPlayDescription);
H A DTextClock.java631 setContentDescription(DateFormat.format(mDescFormat, mTime));
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DMonthView.java738 event.setContentDescription(getItemDescription(virtualViewId));
746 node.setContentDescription(getItemDescription(virtualViewId));
/frameworks/base/core/java/com/android/internal/view/menu/
H A DListMenuItemView.java134 setContentDescription(itemData.getContentDescription());
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DAccessPointPreference.java159 view.itemView.setContentDescription(mContentDescription);
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardSliceProvider.java171 .setContentDescription(getContext().getResources()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLockIcon.java241 info.setContentDescription(getContext().getString(
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DClock.java230 setContentDescription(mContentDescriptionFormat.format(mCalendar.getTime()));
416 setContentDescription(mContentDescriptionFormat.format(mCalendar.getTime()));
H A DKeyButtonView.java156 setContentDescription(mContext.getString(mContentDescriptionRes));
/frameworks/support/car/src/main/java/androidx/car/widget/
H A DActionBar.java166 mDefaultExpandCollapseView.setContentDescription(context.getString(
/frameworks/support/media/src/main/java/androidx/media/app/
H A DNotificationCompat.java288 button.setContentDescription(R.id.action0, action.getTitle());
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/view/menu/
H A DActionMenuItem.java382 public SupportMenuItem setContentDescription(CharSequence contentDescription) { method in class:ActionMenuItem
H A DListMenuItemView.java137 setContentDescription(itemData.getContentDescription());

Completed in 423 milliseconds

1234567