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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSAnimator.java48 private final QuickQSPanel mQuickQsPanel;
70 public QSAnimator(QSContainer container, QuickQSPanel quickPanel, QSPanel panel) {
106 MOVE_FULL_ROWS, QuickQSPanel.NUM_QUICK_TILES);
126 } else if (QuickQSPanel.NUM_QUICK_TILES.equals(key)) {
H A DQuickQSPanel.java41 public class QuickQSPanel extends QSPanel { class in inherits:QSPanel
49 public QuickQSPanel(Context context, AttributeSet attrs) { method in class:QuickQSPanel
H A DQSContainer.java76 mQSAnimator = new QSAnimator(this, (QuickQSPanel) mHeader.findViewById(R.id.quick_qs_panel),
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQuickStatusBarHeader.java43 import com.android.systemui.qs.QuickQSPanel;
87 private QuickQSPanel mHeaderQsPanel;
127 mHeaderQsPanel = (QuickQSPanel) findViewById(R.id.quick_qs_panel);

Completed in 84 milliseconds