HomeSort by relevance Sort by last modified time
    Searched refs:QuickQSPanel (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSAnimator.java 48 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)) {
QuickQSPanel.java 41 public class QuickQSPanel extends QSPanel {
49 public QuickQSPanel(Context context, AttributeSet attrs) {
QSContainer.java 76 mQSAnimator = new QSAnimator(this, (QuickQSPanel) mHeader.findViewById(R.id.quick_qs_panel),
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QuickStatusBarHeader.java 42 import com.android.systemui.qs.QuickQSPanel;
81 private QuickQSPanel mHeaderQsPanel;
119 mHeaderQsPanel = (QuickQSPanel) findViewById(R.id.quick_qs_panel);

Completed in 2070 milliseconds