Searched refs:checkboxView (Results 1 – 2 of 2) sorted by relevance
66 View checkboxView = view.findViewById(com.android.internal.R.id.checkbox); in onBindView() local67 if (checkboxView != null && checkboxView instanceof Checkable) { in onBindView()68 ((Checkable) checkboxView).setChecked(mChecked); in onBindView()
112 View checkboxView = view.findViewById(android.R.id.checkbox); in syncViewIfAccessibilityEnabled() local113 syncCheckboxView(checkboxView); in syncViewIfAccessibilityEnabled()