Searched defs:checkbox (Results 1 – 6 of 6) sorted by relevance
142 final View checkbox = inflater.inflate( in createDialog() local
57 View checkbox = holder.findViewById(com.android.internal.R.id.checkbox); in onBindViewHolder() local
91 CheckBox checkbox = (CheckBox) dialog.findViewById(R.id.lockscreen_remote_input); in onDialogCreated() local
605 final CheckBox checkbox = (CheckBox)convertView.findViewById(android.R.id.checkbox); in getChildView() local704 final CheckBox checkbox = (CheckBox)view.findViewById(android.R.id.checkbox); in onChildClick() local
185 CheckBox checkbox; field in DeviceAdminSettings.ViewHolder
600 final CheckBox checkbox = (CheckBox) suggestionView.findViewById(R.id.suggestion_checkbox); in inflateSuggestionListView() local