Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DTileLayout.java161 int verticalMeasure = exactly(getCellHeight()); in onMeasure()
188 mRows = availableHeight / (getCellHeight() + mCellMarginVertical); in updateMaxRows()
209 protected int getCellHeight() { in getCellHeight() method in TileLayout