Searched refs:contentDescription (Results 1 - 25 of 67) sorted by relevance

123

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DListRow.java68 CharSequence contentDescription = headerItem.getContentDescription();
69 if (contentDescription != null) {
70 return contentDescription;
81 * @param contentDescription Content description sets on the ListRow.
83 public void setContentDescription(CharSequence contentDescription) { argument
84 mContentDescription = contentDescription;
H A DHeaderItem.java68 * @param contentDescription Content description sets on the HeaderItem.
70 public void setContentDescription(CharSequence contentDescription) { argument
71 mContentDescription = contentDescription;
H A DControlButtonPresenterSelector.java104 CharSequence contentDescription = TextUtils.isEmpty(action.getLabel2()) ?
106 if (!TextUtils.equals(vh.mFocusableView.getContentDescription(), contentDescription)) {
107 vh.mFocusableView.setContentDescription(contentDescription);
H A DGuidanceStylist.java185 CharSequence contentDescription = mGuidanceContainer.getContentDescription();
186 if (TextUtils.isEmpty(contentDescription)) {
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
H A DUidDetail.java23 public CharSequence contentDescription; field in class:UidDetail
/frameworks/base/core/java/com/android/internal/statusbar/
H A DStatusBarIcon.java32 public CharSequence contentDescription; field in class:StatusBarIcon
35 CharSequence contentDescription) {
48 this.contentDescription = contentDescription;
53 CharSequence contentDescription) {
55 iconLevel, number, contentDescription);
71 this.iconLevel, this.number, this.contentDescription);
90 this.contentDescription = in.readCharSequence();
100 out.writeCharSequence(this.contentDescription);
34 StatusBarIcon(UserHandle user, String resPackage, Icon icon, int iconLevel, int number, CharSequence contentDescription) argument
51 StatusBarIcon(String iconPackage, UserHandle user, int iconId, int iconLevel, int number, CharSequence contentDescription) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNetworkController.java67 public final String contentDescription; field in class:NetworkController.IconState
69 public IconState(boolean visible, int icon, String contentDescription) { argument
72 this.contentDescription = contentDescription;
75 public IconState(boolean visible, int icon, int contentDescription, argument
77 this(visible, icon, context.getString(contentDescription));
H A DEthernetSignalController.java52 String contentDescription = getStringIfExists(getContentDescription());
56 contentDescription));
H A DWifiSignalController.java84 String contentDescription = getStringIfExists(getContentDescription());
86 contentDescription +=
90 IconState statusIcon = new IconState(wifiVisible, getCurrentIconId(), contentDescription);
92 contentDescription);
/frameworks/base/core/java/android/service/quicksettings/
H A DIQSService.aidl29 String contentDescription);
H A DTile.java166 * @param contentDescription New content description to use.
168 public void setContentDescription(CharSequence contentDescription) { argument
169 this.mContentDescription = contentDescription;
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/location/
H A DRecentLocationApps.java174 public final CharSequence contentDescription; field in class:RecentLocationApps.Request
177 CharSequence label, boolean isHighBattery, CharSequence contentDescription) {
183 this.contentDescription = contentDescription;
176 Request(String packageName, UserHandle userHandle, Drawable icon, CharSequence label, boolean isHighBattery, CharSequence contentDescription) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DBluetoothTile.java120 state.contentDescription = mContext.getString(
123 + state.contentDescription;
126 state.contentDescription = mContext.getString(
130 + state.contentDescription;
133 state.contentDescription = mContext.getString(
145 state.contentDescription = mContext.getString(
155 state.contentDescription = state.contentDescription + "," + mContext.getString(
H A DWorkModeTile.java102 state.contentDescription = mContext.getString(
106 state.contentDescription = mContext.getString(
H A DCastTile.java119 state.contentDescription = state.label;
128 state.contentDescription = state.contentDescription + "," +
142 state.contentDescription = state.contentDescription + ","
H A DCellularTile.java131 state.contentDescription = state.label;
136 state.contentDescription = r.getString(
145 state.contentDescription = state.contentDescription + "," + r.getString(
208 mInfo.signalContentDescription = qsIcon.contentDescription;
H A DFlashlightTile.java113 state.contentDescription = mContext.getString(
128 state.contentDescription = mContext.getString(R.string.quick_settings_flashlight_label);
H A DLocationTile.java110 state.contentDescription = mContext.getString(
115 state.contentDescription = mContext.getString(
H A DDndTile.java147 state.contentDescription = mContext.getString(
153 state.contentDescription = mContext.getString(
159 state.contentDescription = mContext.getString(
165 state.contentDescription = mContext.getString(
H A DUserTile.java86 state.contentDescription = p.first;
/frameworks/base/core/java/android/view/
H A DViewStructure.java154 public abstract void setContentDescription(CharSequence contentDescription); argument
/frameworks/base/core/java/android/app/
H A DStatusBarManager.java196 public void setIcon(String slot, int iconId, int iconLevel, String contentDescription) { argument
201 contentDescription);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DHybridGroupManager.java115 String contentDescription = String.format(mContext.getResources().getQuantityString(
118 reusableView.setContentDescription(contentDescription);
/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
H A DPhotoPagerAdapter.java53 final String contentDescription = getPhotoName(cursor);
66 .setContentDescription(contentDescription)
/frameworks/support/compat/ics/android/support/v4/view/accessibility/
H A DAccessibilityRecordCompatIcs.java138 public static void setContentDescription(Object record, CharSequence contentDescription) { argument
139 ((AccessibilityRecord) record).setContentDescription(contentDescription);

Completed in 467 milliseconds

123