Home | History | Annotate | Download | only in list

Lines Matching defs:checkbox

23 import android.widget.CheckBox;
29 * as password input followed by a checkbox to toggle between show/hide password.
48 * a show password checkbox.
51 public final CheckBox checkbox;
55 checkbox = view.findViewById(R.id.checkbox);
66 viewHolder.checkbox.setChecked(mShowPassword);
67 viewHolder.checkbox.setOnCheckedChangeListener((buttonView, isChecked) -> {
77 throw new IllegalArgumentException("checkbox will automatically set TextType.");