Searched refs:mDefaultTint (Results 1 – 1 of 1) sorted by relevance
63 private ColorStateList mDefaultTint; field in IntentBuilderView88 mDefaultTint = context.getColorStateList(R.color.default_checkbox); in IntentBuilderView()286 getAllCheckBoxes().forEach(box -> box.setButtonTintList(mDefaultTint)); in clearSuggestions()