Searched refs:selectText (Results 1 – 2 of 2) sorted by relevance
69 String selectText = getString(R.string.associated_device_select_device, deviceName); in setDeviceNameForAssociation() local70 Spanned styledSelectText = Html.fromHtml(selectText, Html.FROM_HTML_MODE_LEGACY); in setDeviceNameForAssociation()
84 new HeaderTextSelector(view, this::selectText)); in putTitle()88 private void selectText(Spannable text, int start, int stop) { in selectText() method in TableView