OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:selectedIndexInPartition
(Results
1 - 2
of
2
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/logging/
SearchState.java
44
public int
selectedIndexInPartition
= -1;
79
.add("
selectedIndexInPartition
",
selectedIndexInPartition
)
96
dest.writeInt(
selectedIndexInPartition
);
106
selectedIndexInPartition
= source.readInt();
/packages/apps/Contacts/src/com/android/contacts/list/
MultiSelectContactsListFragment.java
246
searchState.
selectedIndexInPartition
= adapter.getOffsetInPartition(selectedPosition);
257
selectedIndex += searchState.
selectedIndexInPartition
;
Completed in 293 milliseconds