Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DTileLayout.java10 import com.android.systemui.qs.QSPanel.QSTileLayout;
15 public class TileLayout extends ViewGroup implements QSTileLayout {
DQSAnimator.java26 import com.android.systemui.qs.QSPanel.QSTileLayout;
79 QSTileLayout tileLayout = mQsPanel.getTileLayout(); in QSAnimator()
162 QSTileLayout tileLayout = mQsPanel.getTileLayout(); in updateAnimators()
DQSPanel.java79 protected QSTileLayout mTileLayout;
138 mTileLayout = (QSTileLayout) LayoutInflater.from(mContext).inflate( in setupTileLayout()
525 QSTileLayout getTileLayout() { in getTileLayout()
574 public interface QSTileLayout { interface in QSPanel
DPagedTileLayout.java15 import com.android.systemui.qs.QSPanel.QSTileLayout;
20 public class PagedTileLayout extends ViewPager implements QSTileLayout {
DQuickQSPanel.java154 private static class HeaderTileLayout extends LinearLayout implements QSTileLayout {