HomeSort by relevance Sort by last modified time
    Searched refs:mFooter (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSPanel.java 80 private QSFooter mFooter;
100 mFooter = new QSFooter(this, context);
103 addView(mFooter.getView());
138 mFooter.setHost(host);
180 mFooter.onConfigurationChanged();
197 mFooter.setListening(mListening);
212 mFooter.refreshState();
404 mFooter.getView().measure(exactly(width), MeasureSpec.UNSPECIFIED);
435 if (mFooter.hasFooter()) {
436 h += mFooter.getView().getMeasuredHeight()
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
OutputHLSL.h 75 TInfoSinkBase mFooter;
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AnimatedAdapter.java 167 private View mFooter;
168 // If true, the last list item will be mFooter, otherwise it's mDefaultFooter.
492 return mShowCustomFooter ? mFooter : mDefaultFooter;
    [all...]

Completed in 269 milliseconds