Home
last modified time | relevance | path

Searched refs:QuickQSPanel (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSAnimator.java48 private final QuickQSPanel mQuickQsPanel;
70 public QSAnimator(QS qs, QuickQSPanel quickPanel, QSPanel panel) { in QSAnimator()
109 MOVE_FULL_ROWS, QuickQSPanel.NUM_QUICK_TILES); in onViewAttachedToWindow()
129 } else if (QuickQSPanel.NUM_QUICK_TILES.equals(key)) { in onTuningChanged()
DQuickQSPanel.java42 public class QuickQSPanel extends QSPanel { class
49 public QuickQSPanel(Context context, AttributeSet attrs) { in QuickQSPanel() method in QuickQSPanel
DQuickStatusBarHeader.java48 protected QuickQSPanel mHeaderQsPanel;
DQSFooter.java165 int numTiles = QuickQSPanel.getNumQuickTiles(mContext); in updateAnimator()