Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DQSPanelSwitchToParentTest.kt74 QSPanel.switchToParent(movingView, null, -1, "") in testNullTargetNoInteractions()
81 QSPanel.switchToParent(movingView, parent2, -1, "") in testMoveToEndNoParent()
96 QSPanel.switchToParent(movingView, parent2, -1, "") in testMoveToEndDifferentParent()
110 QSPanel.switchToParent(movingView, parent2, -1, "") in testMoveToEndSameParent()
122 QSPanel.switchToParent(movingView, parent2, 1, "") in testMoveToMiddleFromNoParent()
136 QSPanel.switchToParent(movingView, parent2, 2, "") in testMoveToMiddleDifferentParent()
150 QSPanel.switchToParent(movingView, parent2, 1, "") in testMoveToMiddleSameParent()
DQSPanelControllerBaseTest.java73 private QSPanel mQSPanel;
105 private QSPanelControllerBase<QSPanel> mController;
108 private class TestableQSPanelControllerBase extends QSPanelControllerBase<QSPanel> {
109 protected TestableQSPanelControllerBase(QSPanel view, QSTileHost host, in TestableQSPanelControllerBase()
154 QSPanelControllerBase<QSPanel> controller = new TestableQSPanelControllerBase(mQSPanel, in testSetRevealExpansion_preAttach()
DQSPanelTest.java55 private QSPanel mQsPanel;
85 mQsPanel = new QSPanel(mContext, null); in setup()
DQSPanelControllerTest.java65 private QSPanel mQSPanel;
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/dagger/
DQSFragmentModule.java33 import com.android.systemui.qs.QSPanel;
85 static QSPanel provideQSPanel(@RootView View view) { in provideQSPanel()
138 QSPanel qsPanel in providesQSSecurityFooterView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSPanelController.java21 import static com.android.systemui.qs.QSPanel.QS_SHOW_BRIGHTNESS;
55 public class QSPanelController extends QSPanelControllerBase<QSPanel> {
70 private final QSPanel.OnConfigurationChangedListener mOnConfigurationChangedListener =
71 new QSPanel.OnConfigurationChangedListener() {
97 QSPanelController(QSPanel view, QSSecurityFooter qsSecurityFooter, TunerService tunerService, in QSPanelController()
DQSPanelControllerBase.java61 public abstract class QSPanelControllerBase<T extends QSPanel> extends ViewController<T>
85 protected final QSPanel.OnConfigurationChangedListener mOnConfigurationChangedListener =
86 new QSPanel.OnConfigurationChangedListener() {
393 public QSPanel.QSTileLayout getTileLayout() { in getTileLayout()
412 public static final class TileRecord extends QSPanel.Record {
DQuickQSPanelController.java44 private final QSPanel.OnConfigurationChangedListener mOnConfigurationChangedListener =
DQSPanel.java54 public class QSPanel extends LinearLayout implements Tunable { class
108 public QSPanel(Context context, AttributeSet attrs) { in QSPanel() method in QSPanel
507 QSPanel.this.showDetail(show, tileRecord); in addTile()
DQuickQSPanel.java34 public class QuickQSPanel extends QSPanel {
DTileLayout.java14 import com.android.systemui.qs.QSPanel.QSTileLayout;
DPagedTileLayout.java26 import com.android.systemui.qs.QSPanel.QSTileLayout;
DQSAnimator.java30 import com.android.systemui.qs.QSPanel.QSTileLayout;
/frameworks/base/packages/SystemUI/docs/
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