Searched refs:QuickQSPanel (Results 1 – 8 of 8) sorted by relevance
12 import com.android.systemui.qs.QuickQSPanel64 fun providesQuickQSPanel(quickStatusBarHeader: QuickStatusBarHeader): QuickQSPanel { in providesQuickQSPanel()65 return quickStatusBarHeader.requireViewById<QuickQSPanel>(R.id.quick_qs_panel) in providesQuickQSPanel()
27 private lateinit var quickQSPanel: QuickQSPanel38 quickQSPanel = QuickQSPanel(mContext, null) in setup()
56 @Mock private lateinit var quickQSPanel: QuickQSPanel161 view: QuickQSPanel,
52 public class QuickQSPanelController extends QSPanelControllerBase<QuickQSPanel> {59 QuickQSPanelController(QuickQSPanel view, QSHost qsHost, in QuickQSPanelController()
34 public class QuickQSPanel extends QSPanel { class43 public QuickQSPanel(Context context, AttributeSet attrs) { in QuickQSPanel() method in QuickQSPanel
44 protected QuickQSPanel mHeaderQsPanel;
87 private final QuickQSPanel mQuickQsPanel;145 public QSAnimator(@RootView View rootView, QuickQSPanel quickPanel, in QSAnimator()
146 When a container for tiles (`QuickQSPanel` or `QSPanel`) has to display tiles, they create423 change. In particular, `QSPanel` and `QuickQSPanel` receive this call with the full list of