Home
last modified time | relevance | path

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

/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DIntentBuilderView.java62 private ColorStateList mSuggestTint; field in IntentBuilderView
87 mSuggestTint = context.getColorStateList(R.color.suggested_checkbox); in IntentBuilderView()
270 box.setButtonTintList(mSuggestTint); in suggestFlags()