Searched refs:checkbox (Results 1 – 11 of 11) sorted by relevance
55 findViewById(R.id.checkbox).setOnClickListener(mClickListener); in onCreate()75 if (((CheckBox)findViewById(R.id.checkbox)).isChecked()) { in onResume()95 CheckBox checkbox = (CheckBox)v;96 if (checkbox.isChecked()) {106 CheckBox checkbox = (CheckBox)v;107 if (checkbox.isChecked()) {
98 View checkbox = inflater.inflate(com.android.internal.R.layout.always_use_checkbox, null); in onCreate() local99 mAlwaysAllow = (CheckBox)checkbox.findViewById(com.android.internal.R.id.alwaysUse); in onCreate()101 ap.mView = checkbox; in onCreate()
96 View checkbox = inflater.inflate(com.android.internal.R.layout.always_use_checkbox, null); in onCreate() local97 mAlwaysAllow = (CheckBox) checkbox.findViewById(com.android.internal.R.id.alwaysUse); in onCreate()99 ap.mView = checkbox; in onCreate()
156 final Bitmap checkbox = Bitmap.createBitmap(drawable.getIntrinsicWidth(), in getDisabledCheckboxDrawable() local158 final Canvas canvas = new Canvas(checkbox); in getDisabledCheckboxDrawable()
73 View checkboxView = view.findViewById(com.android.internal.R.id.checkbox); in onBindView()
68 mConfirmRepeat = (CheckBox) ap.mView.findViewById(android.R.id.checkbox); in onCreate()
35 checkbox_item_type = checkbox
5800 // OPEN: DND onboarding activity > screen on checkbox5805 // OPEN: DND onboarding activity > screen off checkbox
2047 field public static final int checkbox = 16908289; // 0x1020001
1678 field public static final int checkbox = 16908289; // 0x1020001
81161 Lcom/android/internal/R$id;->checkbox:I