Home
last modified time | relevance | path

Searched defs:checkBox (Results 1 – 7 of 7) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DTwoStatePreferenceHelper.java65 static void addSwitchPreferenceBasedOnCheckBoxPreference(final CheckBoxPreference checkBox, in addSwitchPreferenceBasedOnCheckBoxPreference()
/packages/apps/Settings/src/com/android/settings/applications/
DAppViewHolder.java21 public CheckBox checkBox; field in AppViewHolder
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DAlbumDataAdapter.java91 CheckBox checkBox = (CheckBox) vCheckBox; in getView() local
173 final CheckBox checkBox = (CheckBox) vCheckBox; in onClick() local
/packages/apps/Settings/src/com/android/settings/notification/
DZenModeDowntimeDaysSelection.java61 final CheckBox checkBox = (CheckBox) inflater.inflate(R.layout.zen_downtime_day, in ZenModeDowntimeDaysSelection() local
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DHierarchicalFolderSelectorAdapter.java59 final CompoundButton checkBox = (CompoundButton) view.findViewById(R.id.checkbox); in getView() local
DFolderSelectorAdapter.java322 final CheckedTextView checkBox = (CheckedTextView) view.findViewById(R.id.checkbox); in getView() local
/packages/apps/Dialer/src/com/android/dialer/interactions/
DPhoneNumberInteraction.java235 final CheckBox checkBox = (CheckBox)alertDialog.findViewById(R.id.setPrimary); in onClick() local