Searched refs:textSelection (Results 1 – 1 of 1) sorted by relevance
68 private lateinit var textSelection: RadioGroup in <lambda>() variable in com.android.sharetest.ShareTestActivity146 textSelection = requireViewById<RadioGroup>(R.id.text_selection).apply { in <lambda>()154 if (textSelection.checkedRadioButtonId == R.id.no_text) { in <lambda>()155 textSelection.check(R.id.short_text) in <lambda>()314 when (textSelection.checkedRadioButtonId) { in <lambda>()