Searched refs:contentDesc (Results 1 – 3 of 3) sorted by relevance
191 String contentDesc = bubble.getInfo().getTitle(); in setBubble() local192 if (TextUtils.isEmpty(contentDesc)) { in setBubble()193 contentDesc = getResources().getString(R.string.bubble_bar_bubble_fallback_description); in setBubble()197 contentDesc = getResources().getString(R.string.bubble_bar_bubble_description, in setBubble()198 contentDesc, appName); in setBubble()200 setContentDescription(contentDesc); in setBubble()
1199 CharSequence contentDesc = firstChild != null ? firstChild.getContentDescription() : ""; in updateContentDescription() local1204 contentDesc = getResources().getString(R.string.bubble_bar_description_multiple_bubbles, in updateContentDescription()1205 contentDesc, bubbleCount - 1); in updateContentDescription()1207 setContentDescription(contentDesc); in updateContentDescription()
526 int contentDesc = highQualityModeEnabled ? in updateHighQualityButtonState() local529 mHighQualityToggleButton.setContentDescription(getText(contentDesc)); in updateHighQualityButtonState()