Searched defs:mCheckmarkView (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGuidedActionsStylist.java180 ImageView mCheckmarkView; field in class:GuidedActionsStylist.ViewHolder
220 mCheckmarkView = (ImageView) v.findViewById(R.id.guidedactions_item_checkmark);
276 return mCheckmarkView;
698 if (vh.mCheckmarkView != null) {
915 if (vh.mCheckmarkView instanceof Checkable) {
916 ((Checkable) vh.mCheckmarkView).setChecked(checked);
937 vh.mCheckmarkView.setVisibility(View.VISIBLE);
941 final Context context = vh.mCheckmarkView.getContext();
947 vh.mCheckmarkView.setImageDrawable(drawable);
948 if (vh.mCheckmarkView instanceo
[all...]

Completed in 355 milliseconds