Home | History | Annotate | Download | only in camera

Lines Matching refs:columns

208         // We determine number of cells (columns) first, then the left and right
732 private final int mColumns; // Columns per row.
748 int columns, int blockWidth, Bitmap outline) {
755 mColumns = columns;
926 // Return number of columns in the given row. (This could be less than
973 // Columns which have been requested to the loader
976 // Columns which have been completed from the loader
1015 int columns = numColumns(mRow);
1018 int needMask = ((1 << columns) - 1)
1028 for (int col = 0; col < columns; col++) {