OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCheckStates
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/widget/
AbsListView.java
254
SparseBooleanArray
mCheckStates
;
868
if (
mCheckStates
!= null) {
869
mCheckStates
.clear();
906
if (mChoiceMode != CHOICE_MODE_NONE &&
mCheckStates
!= null) {
907
return
mCheckStates
.get(position);
923
if (mChoiceMode == CHOICE_MODE_SINGLE &&
mCheckStates
!= null &&
mCheckStates
.size() == 1) {
924
return
mCheckStates
.keyAt(0);
941
return
mCheckStates
;
974
if (
mCheckStates
!= null)
[
all
...]
ListView.java
[
all
...]
GridView.java
[
all
...]
Completed in 28 milliseconds