HomeSort by relevance Sort by last modified time
    Searched defs:currentRowNumber (Results 1 - 2 of 2) sorted by null

  /external/robolectric/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/lib/main/
h2-1.2.147.jar 

Completed in 61 milliseconds