Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSPanel.java100 protected QSTileLayout mTileLayout;
205 public QSTileLayout getOrCreateTileLayout() { in getOrCreateTileLayout()
207 mTileLayout = (QSTileLayout) LayoutInflater.from(mContext) in getOrCreateTileLayout()
433 private void switchAllContentToParent(ViewGroup parent, QSTileLayout newLayout) { in switchAllContentToParent()
552 QSTileLayout getTileLayout() { in getTileLayout()
671 public interface QSTileLayout { interface in QSPanel
H A DTileLayout.java19 import com.android.systemui.qs.QSPanel.QSTileLayout;
26 public class TileLayout extends ViewGroup implements QSTileLayout {
H A DQSAnimator.java34 import com.android.systemui.qs.QSPanel.QSTileLayout;
166 QSTileLayout tileLayout = mQsPanelController.getTileLayout(); in QSAnimator()
299 QSTileLayout tileLayout = mQsPanelController.getTileLayout(); in updateAnimators()
H A DPagedTileLayout.java32 import com.android.systemui.qs.QSPanel.QSTileLayout;
40 public class PagedTileLayout extends ViewPager implements QSTileLayout {
H A DQSPanelControllerBase.java439 public QSPanel.QSTileLayout getTileLayout() { in getTileLayout()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DQSFragmentTest.java100 @Mock private QSPanel.QSTileLayout mQsTileLayout;
101 @Mock private QSPanel.QSTileLayout mQQsTileLayout;