Home
last modified time | relevance | path

Searched refs:QuickQSPanel (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQuickQSPanelController.java42 public class QuickQSPanelController extends QSPanelControllerBase<QuickQSPanel> {
55 QuickQSPanelController(QuickQSPanel view, QSTileHost qsTileHost, in QuickQSPanelController()
H A DQuickQSPanel.java34 public class QuickQSPanel extends QSPanel { class
43 public QuickQSPanel(Context context, AttributeSet attrs) { in QuickQSPanel() method in QuickQSPanel
H A DQuickStatusBarHeader.java64 protected QuickQSPanel mHeaderQsPanel;
186 public QuickQSPanel getHeaderQsPanel() { in getHeaderQsPanel()
H A DQSAnimator.java77 private final QuickQSPanel mQuickQsPanel;
118 public QSAnimator(QS qs, QuickQSPanel quickPanel, QuickStatusBarHeader quickStatusBarHeader, in QSAnimator()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/dagger/
H A DQSFragmentModule.java40 import com.android.systemui.qs.QuickQSPanel;
108 static QuickQSPanel providesQuickQSPanel(QuickStatusBarHeader quickStatusBarHeader) { in providesQuickQSPanel()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DQuickQSPanelControllerTest.kt50 private lateinit var quickQSPanel: QuickQSPanel
/aosp12/frameworks/base/packages/SystemUI/docs/
H A Dqs-tiles.md96 When a container for tiles (`QuickQSPanel` or `QSPanel`) has to display tiles, they create a [`Tile…
274 …indicating that the tiles have changed. In particular, `QSPanel` and `QuickQSPanel` receive this c…