Home
last modified time | relevance | path

Searched refs:mCellMarginVertical (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DTileLayout.java42 protected int mCellMarginVertical; field in TileLayout
158 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()