Home
last modified time | relevance | path

Searched refs:QSPanel (Results 1 – 15 of 15) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DQSPanelSwitchToParentTest.kt74 QSPanel.switchToParent(movingView, null, -1, "")
81 QSPanel.switchToParent(movingView, parent2, -1, "")
96 QSPanel.switchToParent(movingView, parent2, -1, "")
110 QSPanel.switchToParent(movingView, parent2, -1, "")
122 QSPanel.switchToParent(movingView, parent2, 1, "")
136 QSPanel.switchToParent(movingView, parent2, 2, "")
150 QSPanel.switchToParent(movingView, parent2, 1, "")
H A DQSPanelControllerBaseTest.java72 private QSPanel mQSPanel;
104 private QSPanelControllerBase<QSPanel> mController;
107 private class TestableQSPanelControllerBase extends QSPanelControllerBase<QSPanel> {
108 protected TestableQSPanelControllerBase(QSPanel view, QSHost host, in TestableQSPanelControllerBase()
157 QSPanelControllerBase<QSPanel> controller = new TestableQSPanelControllerBase(mQSPanel, in testSetRevealExpansion_preAttach()
H A DQSPanelTest.kt56 private lateinit var qsPanel: QSPanel
72 qsPanel = QSPanel(themedContext, null)
H A DQuickQSPanelControllerTest.kt61 @Captor private lateinit var captor: ArgumentCaptor<QSPanel.OnConfigurationChangedListener>
H A DQSPanelControllerTest.kt41 @Mock private lateinit var qsPanel: QSPanel
H A DQSFragmentTest.java100 @Mock private QSPanel.QSTileLayout mQsTileLayout;
101 @Mock private QSPanel.QSTileLayout mQQsTileLayout;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSPanelController.java21 import static com.android.systemui.qs.QSPanel.QS_SHOW_BRIGHTNESS;
51 public class QSPanelController extends QSPanelControllerBase<QSPanel> {
74 QSPanelController(QSPanel view, TunerService tunerService, in QSPanelController()
H A DQSPanelControllerBase.java64 public abstract class QSPanelControllerBase<T extends QSPanel> extends ViewController<T>
90 protected final QSPanel.OnConfigurationChangedListener mOnConfigurationChangedListener =
91 new QSPanel.OnConfigurationChangedListener() {
439 public QSPanel.QSTileLayout getTileLayout() { in getTileLayout()
H A DQuickQSPanel.java36 public class QuickQSPanel extends QSPanel {
H A DQSPanel.java53 public class QSPanel extends LinearLayout implements Tunable { class
113 public QSPanel(Context context, AttributeSet attrs) { in QSPanel() method in QSPanel
H A DTileLayout.java19 import com.android.systemui.qs.QSPanel.QSTileLayout;
H A DPagedTileLayout.java32 import com.android.systemui.qs.QSPanel.QSTileLayout;
H A DQSAnimator.java34 import com.android.systemui.qs.QSPanel.QSTileLayout;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/dagger/
H A DQSFragmentModule.java34 import com.android.systemui.qs.QSPanel;
78 static QSPanel provideQSPanel(@RootView View view) { in provideQSPanel()
/aosp14/frameworks/base/packages/SystemUI/docs/
H A Dqs-tiles.md96 …`QuickQSPanel` or `QSPanel`) has to display tiles, they create a [`TileRecord`](/packages/SystemUI…
274 4. `QSTileHost` calls its callbacks indicating that the tiles have changed. In particular, `QSPanel