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.java25 protected int mCellMarginVertical; field in TileLayout
88 mCellMarginVertical= res.getDimensionPixelSize(R.dimen.qs_tile_margin_vertical); in updateResources()
125 int height = (mCellHeight + mCellMarginVertical) * mRows + in onMeasure()
126 (mRows != 0 ? (mCellMarginTop - mCellMarginVertical) : 0); in onMeasure()
141 + mCellMarginVertical; in updateMaxRows()
143 mRows = availableHeight / (mCellHeight + mCellMarginVertical); in updateMaxRows()
193 return row * (mCellHeight + mCellMarginVertical) + mCellMarginTop; in getRowTop()