Searched defs:mTileLayout (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSPanel.java69 protected QSTileLayout mTileLayout; field in class:QSPanel
104 mTileLayout = (QSTileLayout) LayoutInflater.from(mContext).inflate(
106 mTileLayout.setListening(mListening);
107 addView((View) mTileLayout);
203 if (mTileLayout != null) {
204 mTileLayout.updateResources();
228 if (!mExpanded && mTileLayout instanceof PagedTileLayout) {
229 ((PagedTileLayout) mTileLayout).setCurrentItem(0, false);
242 if (mTileLayout != null) {
243 mTileLayout
[all...]

Completed in 43 milliseconds