Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DTileLayout.java39 protected int mEstimatedCellHeight; field in TileLayout
269 mEstimatedCellHeight = mTempTextView.getMeasuredHeight() * 2 + padding * 2; in estimateCellHeight()
279 return Math.max(mResourceCellHeight, mEstimatedCellHeight); in getCellHeight()
DQuickQSPanel.java200 mEstimatedCellHeight = mTempTextView.getMeasuredHeight() + padding * 2; in estimateCellHeight()