Searched refs:contentDescriptionId (Results 1 – 1 of 1) sorted by relevance
358 int contentDescriptionId; in updateExpandButton() local361 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()