Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSPanel.java67 private int mPanelPaddingBottom; field in QSPanel
152 mPanelPaddingBottom = res.getDimensionPixelSize(R.dimen.qs_panel_padding_bottom); in updateResources()
434 int h = rows == 0 ? brightnessHeight : (getRowTop(rows) + mPanelPaddingBottom); in onMeasure()