Searched refs:checkboxLayout (Results 1 – 2 of 2) sorted by relevance
155 LinearLayout checkboxLayout = in onCreateDialog() local160 CheckBox checkBox = checkboxLayout.findViewById(R.id.default_account_checkbox_view); in onCreateDialog()164 TextView textView = checkboxLayout.findViewById(R.id.default_account_checkbox_text); in onCreateDialog()171 checkboxLayout.setOnClickListener((view) -> checkBox.performClick()); in onCreateDialog()172 checkboxLayout.setContentDescription(getString(setDefaultResId)); in onCreateDialog()173 dialog.getListView().addFooterView(checkboxLayout); in onCreateDialog()
200 LinearLayout checkboxLayout = (LinearLayout) getActivity() in onCreateDialog() local205 (CheckBox) checkboxLayout.findViewById(R.id.default_account_checkbox_view); in onCreateDialog()209 dialog.getListView().addFooterView(checkboxLayout); in onCreateDialog()