Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DQuickQSPanelTest.kt27 private lateinit var quickQSPanel: QuickQSPanel
38 quickQSPanel = QuickQSPanel(mContext, null)
H A DQuickQSPanelControllerTest.kt52 @Mock private lateinit var quickQSPanel: QuickQSPanel
149 view: QuickQSPanel,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/dagger/
H A DQSFragmentModule.java35 import com.android.systemui.qs.QuickQSPanel;
100 static QuickQSPanel providesQuickQSPanel(QuickStatusBarHeader quickStatusBarHeader) { in providesQuickQSPanel()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQuickQSPanelController.java46 public class QuickQSPanelController extends QSPanelControllerBase<QuickQSPanel> {
51 QuickQSPanelController(QuickQSPanel view, QSHost qsHost, in QuickQSPanelController()
H A DQuickQSPanel.java36 public class QuickQSPanel extends QSPanel { class
45 public QuickQSPanel(Context context, AttributeSet attrs) { in QuickQSPanel() method in QuickQSPanel
H A DQuickStatusBarHeader.java41 protected QuickQSPanel mHeaderQsPanel;
H A DQSAnimator.java86 private final QuickQSPanel mQuickQsPanel;
147 public QSAnimator(QS qs, QuickQSPanel quickPanel, QuickStatusBarHeader quickStatusBarHeader, in QSAnimator()
/aosp14/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…