Searched refs:QSPanel (Results 1 – 15 of 15) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/ |
H A D | QSPanelSwitchToParentTest.kt | 74 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 D | QSPanelControllerBaseTest.java | 72 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 D | QSPanelTest.kt | 56 private lateinit var qsPanel: QSPanel 72 qsPanel = QSPanel(themedContext, null)
|
H A D | QuickQSPanelControllerTest.kt | 61 @Captor private lateinit var captor: ArgumentCaptor<QSPanel.OnConfigurationChangedListener>
|
H A D | QSPanelControllerTest.kt | 41 @Mock private lateinit var qsPanel: QSPanel
|
H A D | QSFragmentTest.java | 100 @Mock private QSPanel.QSTileLayout mQsTileLayout; 101 @Mock private QSPanel.QSTileLayout mQQsTileLayout;
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
H A D | QSPanelController.java | 21 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 D | QSPanelControllerBase.java | 64 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 D | QuickQSPanel.java | 36 public class QuickQSPanel extends QSPanel {
|
H A D | QSPanel.java | 53 public class QSPanel extends LinearLayout implements Tunable { class 113 public QSPanel(Context context, AttributeSet attrs) { in QSPanel() method in QSPanel
|
H A D | TileLayout.java | 19 import com.android.systemui.qs.QSPanel.QSTileLayout;
|
H A D | PagedTileLayout.java | 32 import com.android.systemui.qs.QSPanel.QSTileLayout;
|
H A D | QSAnimator.java | 34 import com.android.systemui.qs.QSPanel.QSTileLayout;
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/dagger/ |
H A D | QSFragmentModule.java | 34 import com.android.systemui.qs.QSPanel; 78 static QSPanel provideQSPanel(@RootView View view) { in provideQSPanel()
|
/aosp14/frameworks/base/packages/SystemUI/docs/ |
H A D | qs-tiles.md | 96 …`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…
|