Home | History | Annotate | Download | only in widget

Lines Matching refs:mCheckStates

2027         if (mChoiceMode != CHOICE_MODE_NONE && mCheckStates != null) {
2029 ((Checkable) child).setChecked(mCheckStates.get(position));
2032 child.setActivated(mCheckStates.get(position));
3896 if (mChoiceMode != CHOICE_MODE_NONE && mCheckStates != null && mAdapter != null) {
3897 final SparseBooleanArray states = mCheckStates;
3909 // Trim array if needed. mCheckStates may contain false values