Searched refs:mFooter (Results 1 – 1 of 1) sorted by relevance
80 private QSFooter mFooter; field in QSPanel100 mFooter = new QSFooter(this, context); in QSPanel()103 addView(mFooter.getView()); in QSPanel()138 mFooter.setHost(host); in setHost()180 mFooter.onConfigurationChanged(); in onConfigurationChanged()197 mFooter.setListening(mListening); in setListening()212 mFooter.refreshState(); in refreshAllTiles()404 mFooter.getView().measure(exactly(width), MeasureSpec.UNSPECIFIED); in onMeasure()435 if (mFooter.hasFooter()) { in onMeasure()436 h += mFooter.getView().getMeasuredHeight(); in onMeasure()[all …]