Home
last modified time | relevance | path

Searched refs:mDefaultTint (Results 1 – 1 of 1) sorted by relevance

/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DIntentBuilderView.java63 private ColorStateList mDefaultTint; field in IntentBuilderView
88 mDefaultTint = context.getColorStateList(R.color.default_checkbox); in IntentBuilderView()
286 getAllCheckBoxes().forEach(box -> box.setButtonTintList(mDefaultTint)); in clearSuggestions()