Home | History | Annotate | Download | only in sqlite

Lines Matching refs:mWindow

122         if (mWindow == null || newPosition < mWindow.getStartPosition() ||
123 newPosition >= (mWindow.getStartPosition() + mWindow.getNumRows())) {
144 mCount = mQuery.fillWindow(mWindow, startPos, requiredPos, true);
145 mCursorWindowCapacity = mWindow.getNumRows();
152 mQuery.fillWindow(mWindow, startPos, requiredPos, false);
224 if (mWindow != null) {
225 mWindow.clear();
262 if (mWindow != null) {