Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQuickQSPanel.java196 int unspecifiedSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); in estimateCellHeight() local
197 mTempTextView.measure(unspecifiedSpec, unspecifiedSpec); in estimateCellHeight()
DTileLayout.java266 int unspecifiedSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); in estimateCellHeight() local
267 mTempTextView.measure(unspecifiedSpec, unspecifiedSpec); in estimateCellHeight()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DTileAdapter.java921 int unspecifiedSpec = View.MeasureSpec.makeMeasureSpec(0, View.MeasureSpec.UNSPECIFIED); in reloadTileHeight() local
922 mTempTextView.measure(unspecifiedSpec, unspecifiedSpec); in reloadTileHeight()