Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSAnimator.java54 private final QuickQSPanel mQuickQsPanel;
77 public QSAnimator(QS qs, QuickQSPanel quickPanel, QSPanel panel) { in QSAnimator()
116 MOVE_FULL_ROWS, QuickQSPanel.NUM_QUICK_TILES); in onViewAttachedToWindow()
136 } else if (QuickQSPanel.NUM_QUICK_TILES.equals(key)) { in onTuningChanged()
DQuickQSPanel.java48 public class QuickQSPanel extends QSPanel { class
59 public QuickQSPanel(@Named(VIEW_CONTEXT) Context context, AttributeSet attrs, in QuickQSPanel() method in QuickQSPanel
DQSFooterImpl.java180 int numTiles = QuickQSPanel.getNumQuickTiles(mContext); in updateAnimator()
DQuickStatusBarHeader.java106 protected QuickQSPanel mHeaderQsPanel;
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DInjectionInflationController.java33 import com.android.systemui.qs.QuickQSPanel;
168 QuickQSPanel createQuickQSPanel(); in createQuickQSPanel()