Searched refs:QSPanel (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/ |
D | QSPanelSwitchToParentTest.kt | 74 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()
|
D | QSPanelControllerBaseTest.java | 73 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()
|
D | QSPanelTest.java | 55 private QSPanel mQsPanel; 85 mQsPanel = new QSPanel(mContext, null); in setup()
|
D | QSPanelControllerTest.java | 65 private QSPanel mQSPanel;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/dagger/ |
D | QSFragmentModule.java | 33 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/ |
D | QSPanelController.java | 21 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()
|
D | QSPanelControllerBase.java | 61 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 {
|
D | QuickQSPanelController.java | 44 private final QSPanel.OnConfigurationChangedListener mOnConfigurationChangedListener =
|
D | QSPanel.java | 54 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()
|
D | QuickQSPanel.java | 34 public class QuickQSPanel extends QSPanel {
|
D | TileLayout.java | 14 import com.android.systemui.qs.QSPanel.QSTileLayout;
|
D | PagedTileLayout.java | 26 import com.android.systemui.qs.QSPanel.QSTileLayout;
|
D | QSAnimator.java | 30 import com.android.systemui.qs.QSPanel.QSTileLayout;
|
/frameworks/base/packages/SystemUI/docs/ |
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…
|