Searched refs:mRows (Results 1 – 5 of 5) sorted by relevance
32 private ArrayList<Object>[] mRows; field in ArrayListCursor54 mRows = new ArrayList[rowCount]; in ArrayListCursor()57 mRows[i] = rows.get(i); in ArrayListCursor()59 mRows[i].add(i); in ArrayListCursor()80 final Object data = mRows[mPos].get(i); in fillWindow()114 return mRows.length; in getCount()124 return (byte[]) mRows[mPos].get(columnIndex); in getBlob()129 Object cell = mRows[mPos].get(columnIndex); in getString()135 Number num = (Number) mRows[mPos].get(columnIndex); in getShort()141 Number num = (Number) mRows[mPos].get(columnIndex); in getInt()[all …]
24 private int mRows; field in PackedObjectVector35 mRows = ArrayUtils.idealIntArraySize(0) / mColumns; in PackedObjectVector()38 mRowGapLength = mRows; in PackedObjectVector()40 mValues = new Object[mRows * mColumns]; in PackedObjectVector()100 return mRows - mRowGapLength; in size()116 int after = mRows - (mRowGapStart + mRowGapLength); in growBuffer()119 …System.arraycopy(mValues, (mRows - after) * mColumns, newvalues, (newsize - after) * mColumns, aft… in growBuffer()121 mRowGapLength += newsize - mRows; in growBuffer()122 mRows = newsize; in growBuffer()171 for (int i = 0; i < mRows; i++) in dump()
29 private int mRows; field in PackedIntVector45 mRows = 0; in PackedIntVector()48 mRowGapLength = mRows; in PackedIntVector()236 return mRows - mRowGapLength; in size()262 int after = mRows - (rowgapstart + mRowGapLength); in growBuffer()266 System.arraycopy(mValues, (mRows - after) * columns, in growBuffer()273 valuegap[i] += newsize - mRows; in growBuffer()281 mRowGapLength += newsize - mRows; in growBuffer()282 mRows = newsize; in growBuffer()
32 private int mRows; field in BoundaryPatch41 mRows = mCols = 2; // default minimum in BoundaryPatch()76 if (mRows != rows || mCols != cols) { in setCubicBoundary()77 mRows = rows; in setCubicBoundary()153 int vertCount = mRows * mCols * 4; in buildCache()158 int indexCount = (mRows - 1) * (mCols - 1) * 6; in buildCache()165 mRows, mCols, mVerts, mIndices); in buildCache()
45 private ArrayList<Object>[] mRows; field in ArrayListCursor67 mRows = new ArrayList[rowCount]; in ArrayListCursor()70 mRows[i] = rows.get(i); in ArrayListCursor()72 mRows[i].add(i); in ArrayListCursor()93 final Object data = mRows[mPos].get(i); in fillWindow()127 return mRows.length; in getCount()137 return (byte[]) mRows[mPos].get(columnIndex); in getBlob()142 Object cell = mRows[mPos].get(columnIndex); in getString()148 Number num = (Number) mRows[mPos].get(columnIndex); in getShort()154 Number num = (Number) mRows[mPos].get(columnIndex); in getInt()[all …]