Home
last modified time | relevance | path

Searched refs:vCheckBox (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DAlbumDataAdapter.java89 View vCheckBox = item.findViewById(R.id.enabled); in getView() local
90 if (vCheckBox != null && vCheckBox instanceof CheckBox) { in getView()
91 CheckBox checkBox = (CheckBox) vCheckBox; in getView()
171 final View vCheckBox = v.findViewById(R.id.enabled); in onClick() local
172 if (vCheckBox != null && vCheckBox instanceof CheckBox) { in onClick()
173 final CheckBox checkBox = (CheckBox) vCheckBox; in onClick()