Searched refs:contentDesc (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/android/app/
H A DMediaRouteButton.java209 final CharSequence contentDesc = getContentDescription();
210 if (TextUtils.isEmpty(contentDesc)) {
226 Toast cheatSheet = Toast.makeText(context, contentDesc, Toast.LENGTH_SHORT);
H A DActionBar.java1311 * @param contentDesc Description of this tab's content
1316 public abstract Tab setContentDescription(CharSequence contentDesc); argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSignalController.java235 public IconGroup(String name, int[][] sbIcons, int[][] qsIcons, int[] contentDesc, argument
241 mContentDesc = contentDesc;
H A DMobileSignalController.java521 public MobileIconGroup(String name, int[][] sbIcons, int[][] qsIcons, int[] contentDesc, argument
525 super(name, sbIcons, qsIcons, contentDesc, sbNullState, qsNullState, sbDiscState,
/frameworks/support/design/src/android/support/design/widget/
H A DTabLayout.java1446 * @param contentDesc Description of this tab's content
1452 public Tab setContentDescription(@Nullable CharSequence contentDesc) { argument
1453 mContentDesc = contentDesc;
1715 final CharSequence contentDesc = mTab != null ? mTab.getContentDescription() : null;
1726 iconView.setContentDescription(contentDesc);
1739 textView.setContentDescription(contentDesc);
1755 if (!hasText && !TextUtils.isEmpty(contentDesc)) {
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBar.java1294 * @param contentDesc Description of this tab's content
1299 public abstract Tab setContentDescription(CharSequence contentDesc); argument
H A DWindowDecorActionBar.java1247 public Tab setContentDescription(CharSequence contentDesc) { argument
1248 mContentDesc = contentDesc;
/frameworks/base/core/java/com/android/internal/app/
H A DWindowDecorActionBar.java1264 public Tab setContentDescription(CharSequence contentDesc) { argument
1265 mContentDesc = contentDesc;
/frameworks/base/core/java/android/widget/
H A DNumberPicker.java2612 CharSequence contentDesc = mInputText.getText();
2613 if (!TextUtils.isEmpty(contentDesc) &&
2614 contentDesc.toString().toLowerCase().contains(searchedLowerCase)) {

Completed in 249 milliseconds