OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:currentRowNumber
(Results
1 - 2
of
2
) sorted by null
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAbstractCursor.java
22
protected int
currentRowNumber
= -1;
52
return
currentRowNumber
;
67
* Set
currentRowNumber
(Int) and currentRow (Map)
72
currentRowNumber
= pos;
73
if ((-1 ==
currentRowNumber
) || (rowCount ==
currentRowNumber
)) {
76
currentRow = rows.get(
currentRowNumber
);
82
if (
currentRowNumber
+ 1 >= realAbstractCursor.getCount()) {
83
currentRowNumber
= realAbstractCursor.getCount();
86
setPosition(++
currentRowNumber
);
[
all
...]
/external/robolectric/v1/lib/main/
h2-1.2.147.jar
Completed in 49 milliseconds