Searched refs:includeText (Results 1 – 1 of 1) sorted by relevance
187 CheckBox includeText = headlineView.requireViewById(R.id.include_text_action); in updateHeadline() local189 if (includeText.getVisibility() == View.VISIBLE && includeText.isChecked()) { in updateHeadline()216 CheckBox includeText = headlineView.requireViewById(R.id.include_text_action); in prepareTextPreview() local222 includeText.setChecked(true); in prepareTextPreview()223 includeText.setText(isLink ? R.string.include_link : R.string.include_text); in prepareTextPreview()225 includeText.setOnCheckedChangeListener((view, isChecked) -> { in prepareTextPreview()235 includeText.setVisibility(View.VISIBLE); in prepareTextPreview()