Searched refs:mCellMarginVertical (Results 1 – 1 of 1) sorted by relevance
42 protected int mCellMarginVertical; field in TileLayout158 mCellMarginVertical= res.getDimensionPixelSize(R.dimen.qs_tile_margin_vertical); in updateResources()223 int height = (mCellHeight + mCellMarginVertical) * mRows; in onMeasure()224 height -= mCellMarginVertical; in onMeasure()240 final int availableHeight = allowedHeight + mCellMarginVertical; in updateMaxRows()242 mRows = availableHeight / (getCellHeight() + mCellMarginVertical); in updateMaxRows()323 return (int) (row * (mCellHeight * scale + mCellMarginVertical)); in getRowTop()