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/
DQSPanel.java106 protected QSTileLayout mTileLayout;
179 public QSTileLayout getOrCreateTileLayout() { in getOrCreateTileLayout()
181 mTileLayout = (QSTileLayout) LayoutInflater.from(mContext) in getOrCreateTileLayout()
363 private void switchAllContentToParent(ViewGroup parent, QSTileLayout newLayout) { in switchAllContentToParent()
615 QSTileLayout getTileLayout() { in getTileLayout()
722 public interface QSTileLayout { interface in QSPanel
DTileLayout.java14 import com.android.systemui.qs.QSPanel.QSTileLayout;
19 public class TileLayout extends ViewGroup implements QSTileLayout {
DQSAnimator.java30 import com.android.systemui.qs.QSPanel.QSTileLayout;
130 QSTileLayout tileLayout = mQsPanelController.getTileLayout(); in QSAnimator()
271 QSTileLayout tileLayout = mQsPanelController.getTileLayout(); in updateAnimators()
DPagedTileLayout.java26 import com.android.systemui.qs.QSPanel.QSTileLayout;
32 public class PagedTileLayout extends ViewPager implements QSTileLayout {
DQSPanelControllerBase.java393 public QSPanel.QSTileLayout getTileLayout() { in getTileLayout()