Home | History | Annotate | Download | only in documentsui

Lines Matching defs:mCursorCount

697         private int mCursorCount;
703 mCursorCount = mCursor != null ? mCursor.getCount() : 0;
738 if (position < mCursorCount) {
741 position -= mCursorCount;
958 return mCursorCount + mFooters.size();
963 if (position < mCursorCount) {
983 if (position < mCursorCount) {
986 position -= mCursorCount;