Lines Matching full:cells
28 * which span multiple cells into a grid-like layout. Also supports dimming
99 // Generate an id for each view, this assumes we have at most 256x256 cells
308 * Estimates the number of cells that the specified width would take up.
315 // We know that we have to fit N cells with N-1 width gaps, so we just juggle to solve for N
323 * Estimates the number of cells that the specified height would take up.
330 // We know that we have to fit N cells with N-1 height gaps, so we juggle to solve for N
352 * Estimates the width that the number of hSpan cells will take up.
360 * Estimates the height that the number of vSpan cells will take up.
396 * Number of cells spanned horizontally by the item.
402 * Number of cells spanned vertically by the item.