Lines Matching full:cells
31 * which span multiple cells into a grid-like layout. Also supports dimming
105 // Generate an id for each view, this assumes we have at most 256x256 cells
314 * Estimates the number of cells that the specified width would take up.
321 // We know that we have to fit N cells with N-1 width gaps, so we just juggle to solve for N
329 * Estimates the number of cells that the specified height would take up.
336 // We know that we have to fit N cells with N-1 height gaps, so we juggle to solve for N
358 * Estimates the width that the number of hSpan cells will take up.
366 * Estimates the height that the number of vSpan cells will take up.
402 * Number of cells spanned horizontally by the item.
408 * Number of cells spanned vertically by the item.