Home
last modified time | relevance | path

Searched refs:setContentDescription (Results 1 – 25 of 102) sorted by relevance

12345

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DFaceDialogView.java291 mErrorText.setContentDescription(mContext.getString(getHintStringResourceId())); in handleResetMessage()
410 mBiometricIcon.setContentDescription(mContext.getString( in updateIcon()
414 mBiometricIcon.setContentDescription(mContext.getString( in updateIcon()
418 mBiometricIcon.setContentDescription(mContext.getString( in updateIcon()
423 mBiometricIcon.setContentDescription(mContext.getString( in updateIcon()
438 mBiometricIcon.setContentDescription(mContext.getString( in updateIcon()
443 mBiometricIcon.setContentDescription(mContext.getString( in updateIcon()
447 mBiometricIcon.setContentDescription(mContext.getString( in updateIcon()
DBiometricDialogView.java203 mBiometricIcon.setContentDescription( in BiometricDialogView()
273 mErrorText.setContentDescription(mContext.getString(getHintStringResourceId())); in onAttachedToWindow()
419 mErrorText.setContentDescription(message); in showTemporaryMessage()
482 mErrorText.setContentDescription(bundle.getCharSequence(KEY_ERROR_TEXT_STRING)); in restoreState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DExpandableIndicator.java37 setContentDescription(getContentDescription(mExpanded)); in onFinishInflate()
50 setContentDescription(getContentDescription(expanded)); in setExpanded()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardClockAccessibilityDelegate.java44 event.setContentDescription(replaceFancyColon(text)); in onInitializeAccessibilityEvent()
70 info.setContentDescription(replaceFancyColon(info.getContentDescription())); in onInitializeAccessibilityNodeInfo()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/
DIconMixin.java89 public void setContentDescription(CharSequence description) { in setContentDescription() method in IconMixin
92 iconView.setContentDescription(description); in setContentDescription()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DFooterView.java79 mDismissButton.setContentDescription( in onConfigurationChanged()
82 mManageButton.setContentDescription( in onConfigurationChanged()
/frameworks/opt/setupwizard/library/gingerbread/src/com/android/setupwizardlib/util/
DLinkAccessibilityHelper.java188 event.setContentDescription(getTextForSpan(span)); in onPopulateEventForVirtualView()
191 event.setContentDescription(view.getText()); in onPopulateEventForVirtualView()
200 info.setContentDescription(getTextForSpan(span)); in onPopulateNodeForVirtualView()
203 info.setContentDescription(view.getText()); in onPopulateNodeForVirtualView()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardClockAccessibilityDelegateTest.java51 mView.setContentDescription(m12HoursFormat); in setUp()
77 info.setContentDescription(mView.getContentDescription()); in onInitializeAccessibilityNodeInfo_producesNonEmptyAsciiText()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarMobileView.java149 setContentDescription(mState.contentDescription); in initViewState()
157 mMobileType.setContentDescription(mState.typeContentDescription); in initViewState()
175 setContentDescription(state.contentDescription); in updateState()
186 mMobileType.setContentDescription(state.typeContentDescription); in updateState()
DStatusBarWifiView.java198 setContentDescription(state.contentDescription); in updateState()
223 setContentDescription(mState.contentDescription); in initViewState()
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/template/
DIconMixinTest.java129 mixin.setContentDescription("hello world"); in setContentDescription_shouldSetContentDescriptionOnIconView()
136 mIconView.setContentDescription("aloha"); in getContentDescription_shouldReturnContentDescriptionFromView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
DPipControlButtonView.java146 mButtonImageView.setContentDescription(text); in setText()
155 mButtonImageView.setContentDescription(getContext().getString(resId)); in setText()
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DAsyncStructure.java52 child.setContentDescription("This is some async content"); in onProvideVirtualStructure()
/frameworks/base/core/tests/coretests/src/android/view/accessibility/
DRecycleAccessibilityEventTest.java54 first.setContentDescription(CONTENT_DESCRIPTION); in testAccessibilityEventViewTextChangedType()
/frameworks/base/core/java/com/android/internal/view/menu/
DIconMenuItemView.java113 setContentDescription(title); in initialize()
115 setContentDescription(contentDescription); in initialize()
DActionMenuItemView.java192 setContentDescription(visible ? null : mItemData.getTitle()); in updateTextButtonVisibility()
194 setContentDescription(contentDescription); in updateTextButtonVisibility()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/clock/
DImageClock.java66 setContentDescription(DateFormat.format(mDescFormat, mTime)); in onTimeChanged()
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
DTimePickerDialog.java366 mAmPmHitspace.setContentDescription(mAmText);
370 mAmPmHitspace.setContentDescription(mPmText);
403 mTimePicker.setContentDescription(mHourPickerDescription + ": " + newValue);
409 mTimePicker.setContentDescription(mMinutePickerDescription + ": " + newValue);
461 mTimePicker.setContentDescription(mHourPickerDescription + ": " + hours);
468 mTimePicker.setContentDescription(mMinutePickerDescription + ": " + minutes);
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DCaptionsToggleImageButton.java51 this.setContentDescription( in CaptionsToggleImageButton()
DVolumeDialogImpl.java883 view.setContentDescription(mContext.getString(currStateResId)); in addAccessibilityDescription()
1014 row.slider.setContentDescription(row.header.getText()); in updateVolumeRowH()
1040 row.icon.setContentDescription(mContext.getString( in updateVolumeRowH()
1045 row.icon.setContentDescription(mContext.getString( in updateVolumeRowH()
1051 row.icon.setContentDescription(mContext.getString( in updateVolumeRowH()
1059 row.icon.setContentDescription(getStreamLabelH(ss)); in updateVolumeRowH()
1062 row.icon.setContentDescription(mContext.getString( in updateVolumeRowH()
1066 row.icon.setContentDescription(mContext.getString( in updateVolumeRowH()
1074 row.icon.setContentDescription(getStreamLabelH(ss)); in updateVolumeRowH()
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DDatePickerDialog.java312 mAnimator.setContentDescription(mDayPickerDescription+": "+dayString); in setCurrentView()
331 mAnimator.setContentDescription(mYearPickerDescription+": "+yearString); in setCurrentView()
353 mMonthAndDayView.setContentDescription(monthAndDayText); in updateDisplay()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DBatteryMeterView.java358 setContentDescription(getContext().getString( in updatePercentText()
369 setContentDescription( in updatePercentText()
378 setContentDescription( in setPercentTextAtCurrentLevel()
/frameworks/base/packages/SettingsLib/BarChartPreference/src/com/android/settingslib/widget/
DBarView.java81 mIcon.setContentDescription(barViewInfo.getContentDescription()); in updateView()
/frameworks/base/core/java/android/service/quicksettings/
DTile.java186 public void setContentDescription(CharSequence contentDescription) { in setContentDescription() method in Tile
/frameworks/base/core/java/android/app/
DActionBar.java1284 public abstract Tab setContentDescription(@StringRes int resId); in setContentDescription() method in ActionBar.Tab
1295 public abstract Tab setContentDescription(CharSequence contentDesc); in setContentDescription() method in ActionBar.Tab

12345