Searched refs:contentDescriptionId (Results 1 – 3 of 3) sorted by relevance
126 int contentDescriptionId; in updateExpandedState() local129 contentDescriptionId = R.string.expand_button_content_description_expanded; in updateExpandedState()132 contentDescriptionId = R.string.expand_button_content_description_collapsed; in updateExpandedState()134 setContentDescription(mContext.getText(contentDescriptionId)); in updateExpandedState()
104 ImageView arrow, @AnimatorRes int anim, @StringRes int contentDescriptionId) { in showArrow() argument107 CharSequence description = getContext().getString(contentDescriptionId); in showArrow()
389 int imageId, int contentDescriptionId) { in initializePushButton() argument395 if (contentDescriptionId != NO_RESOURCE) { in initializePushButton()397 .getAndroidContext().getResources().getString(contentDescriptionId)); in initializePushButton()