Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSPanel.java106 protected QSTileLayout mTileLayout;
181 public QSTileLayout getOrCreateTileLayout() { in getOrCreateTileLayout()
183 mTileLayout = (QSTileLayout) LayoutInflater.from(mContext) in getOrCreateTileLayout()
408 private void switchAllContentToParent(ViewGroup parent, QSTileLayout newLayout) { in switchAllContentToParent()
651 QSTileLayout getTileLayout() { in getTileLayout()
763 public interface QSTileLayout { interface in QSPanel
H A DTileLayout.java14 import com.android.systemui.qs.QSPanel.QSTileLayout;
20 public class TileLayout extends ViewGroup implements QSTileLayout {
H A DQSAnimator.java33 import com.android.systemui.qs.QSPanel.QSTileLayout;
143 QSTileLayout tileLayout = mQsPanelController.getTileLayout(); in QSAnimator()
271 QSTileLayout tileLayout = mQsPanelController.getTileLayout(); in updateAnimators()
H A DPagedTileLayout.java26 import com.android.systemui.qs.QSPanel.QSTileLayout;
32 public class PagedTileLayout extends ViewPager implements QSTileLayout {
H A DQSPanelControllerBase.java397 public QSPanel.QSTileLayout getTileLayout() { in getTileLayout()