Searched refs:mRegularTileLayout (Results 1 – 2 of 2) sorted by relevance
144 protected QSTileLayout mRegularTileLayout; field in QSPanel181 mRegularTileLayout = createRegularTileLayout(); in QSPanel()208 if (mRegularTileLayout instanceof PagedTileLayout) { in QSPanel()210 (PagedTileLayout) mRegularTileLayout); in QSPanel()236 if (mRegularTileLayout == null) { in createRegularTileLayout()237 mRegularTileLayout = (QSTileLayout) LayoutInflater.from(mContext).inflate( in createRegularTileLayout()240 return mRegularTileLayout; in createRegularTileLayout()451 if (mRegularTileLayout instanceof PagedTileLayout) { in setFooterPageIndicator()458 if (mRegularTileLayout instanceof PagedTileLayout) { in updatePageIndicator()462 ((PagedTileLayout) mRegularTileLayout).setPageIndicator(mFooterPageIndicator); in updatePageIndicator()[all …]
77 applyBottomMargin((View) mRegularTileLayout); in QuickQSPanel()