Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DTileLayout.java36 protected int mEstimatedCellHeight; field in TileLayout
231 mEstimatedCellHeight = mTempTextView.getMeasuredHeight() * 2 + padding * 2; in estimateCellHeight()
241 return Math.max(mResourceCellHeight, mEstimatedCellHeight); in getCellHeight()
H A DQuickQSPanel.java215 mEstimatedCellHeight = mTempTextView.getMeasuredHeight() + padding * 2; in estimateCellHeight()