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.java28 import com.android.systemui.qs.QSPanel.QSTileLayout;
86 QSTileLayout tileLayout = mQsPanel.getTileLayout(); in QSAnimator()
169 QSTileLayout tileLayout = mQsPanel.getTileLayout(); in updateAnimators()
DQSPanel.java82 protected QSTileLayout mTileLayout;
104 mTileLayout = (QSTileLayout) LayoutInflater.from(mContext).inflate( in QSPanel()
597 QSTileLayout getTileLayout() { in getTileLayout()
657 public interface QSTileLayout { interface in QSPanel
DPagedTileLayout.java24 import com.android.systemui.qs.QSPanel.QSTileLayout;
30 public class PagedTileLayout extends ViewPager implements QSTileLayout {
DQuickQSPanel.java179 private static class HeaderTileLayout extends LinearLayout implements QSTileLayout {