Searched refs:QuickQSPanel (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/ |
H A D | QuickQSPanelTest.kt | 27 private lateinit var quickQSPanel: QuickQSPanel 38 quickQSPanel = QuickQSPanel(mContext, null)
|
H A D | QuickQSPanelControllerTest.kt | 52 @Mock private lateinit var quickQSPanel: QuickQSPanel 149 view: QuickQSPanel,
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/dagger/ |
H A D | QSFragmentModule.java | 35 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 D | QuickQSPanelController.java | 46 public class QuickQSPanelController extends QSPanelControllerBase<QuickQSPanel> { 51 QuickQSPanelController(QuickQSPanel view, QSHost qsHost, in QuickQSPanelController()
|
H A D | QuickQSPanel.java | 36 public class QuickQSPanel extends QSPanel { class 45 public QuickQSPanel(Context context, AttributeSet attrs) { in QuickQSPanel() method in QuickQSPanel
|
H A D | QuickStatusBarHeader.java | 41 protected QuickQSPanel mHeaderQsPanel;
|
H A D | QSAnimator.java | 86 private final QuickQSPanel mQuickQsPanel; 147 public QSAnimator(QS qs, QuickQSPanel quickPanel, QuickStatusBarHeader quickStatusBarHeader, in QSAnimator()
|
/aosp14/frameworks/base/packages/SystemUI/docs/ |
H A D | qs-tiles.md | 96 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…
|