Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DNotificationHeaderView.java358 int contentDescriptionId; in updateExpandButton() local
361 contentDescriptionId = R.string.expand_button_content_description_expanded; in updateExpandButton()
364 contentDescriptionId = R.string.expand_button_content_description_collapsed; in updateExpandButton()
368 mExpandButton.setContentDescription(mContext.getText(contentDescriptionId)); in updateExpandButton()