Home
last modified time | relevance | path

Searched refs:contentDesc (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleView.java191 String contentDesc = bubble.getInfo().getTitle(); in setBubble() local
192 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()
DBubbleBarView.java1199 CharSequence contentDesc = firstChild != null ? firstChild.getContentDescription() : ""; in updateContentDescription() local
1204 contentDesc = getResources().getString(R.string.bubble_bar_description_multiple_bubbles, in updateContentDescription()
1205 contentDesc, bubbleCount - 1); in updateContentDescription()
1207 setContentDescription(contentDesc); in updateContentDescription()
/packages/services/DeviceAsWebcam/src/com/android/DeviceAsWebcam/
DDeviceAsWebcamPreview.java526 int contentDesc = highQualityModeEnabled ? in updateHighQualityButtonState() local
529 mHighQualityToggleButton.setContentDescription(getText(contentDesc)); in updateHighQualityButtonState()