Searched refs:realAbstractCursor (Results 1 – 1 of 1) sorted by relevance
19 private AbstractCursor realAbstractCursor; field in ShadowAbstractCursor38 return realAbstractCursor.getCount() > 0; in moveToFirst()43 if( realAbstractCursor.getCount() == 0 ) { in moveToLast()46 setPosition( realAbstractCursor.getCount() - 1 ); in moveToLast()58 if (pos >= realAbstractCursor.getCount()) { in moveToPosition()82 if (currentRowNumber + 1 >= realAbstractCursor.getCount()) { in moveToNext()83 currentRowNumber = realAbstractCursor.getCount(); in moveToNext()92 if (currentRowNumber < 0 || realAbstractCursor.getCount() == 0) { in moveToPrevious()140 return currentRowNumber == realAbstractCursor.getCount() - 1; in isLast()150 return currentRowNumber >= realAbstractCursor.getCount(); in isAfterLast()