Home
last modified time | relevance | path

Searched refs:contentDescriptionId (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
DNotificationHeaderView.java319 int contentDescriptionId; in updateExpandButton() local
322 contentDescriptionId = R.string.expand_button_content_description_expanded; in updateExpandButton()
325 contentDescriptionId = R.string.expand_button_content_description_collapsed; in updateExpandButton()
329 mExpandButton.setContentDescription(mContext.getText(contentDescriptionId)); in updateExpandButton()
/frameworks/base/core/java/com/android/internal/widget/
DConversationLayout.java1226 int contentDescriptionId; in updateExpandButton() local
1232 contentDescriptionId = R.string.expand_button_content_description_collapsed; in updateExpandButton()
1237 contentDescriptionId = R.string.expand_button_content_description_expanded; in updateExpandButton()
1259 mExpandButtonInnerContainer.setContentDescription(mContext.getText(contentDescriptionId)); in updateExpandButton()