OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempCursor
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaWindowAdapter.java
676
Cursor
tempCursor
= getCursorByPosition(gotoPosition);
677
if (
tempCursor
!= null) {
680
buildEventInfoFromCursor(
tempCursor
, tempCursorPosition,
[
all
...]
/external/guava/guava/src/com/google/common/collect/
MinMaxPriorityQueue.java
764
int
tempCursor
= nextNotInSkipMe(cursor + 1);
765
if (
tempCursor
< size()) {
766
cursor =
tempCursor
;
/prebuilts/tools/common/guava-tools/
guava-10.0.1.jar
Completed in 109 milliseconds