Searched refs:QS (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/plugins/
H A DVersionInfoTest.java25 import com.android.systemui.plugins.qs.QS;
27 import com.android.systemui.plugins.qs.QS.HeightListener;
74 VersionInfo overlay = new VersionInfo().addClass(QS.class);
82 VersionInfo overlay = new VersionInfo().addClass(QS.class);
95 @Requires(target = QS.class, version = QS.VERSION)
99 @Requires(target = QS.class, version = QS.VERSION)
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
H A DQS.java25 import com.android.systemui.plugins.qs.QS.HeightListener;
28 * Fragment that contains QS in the notification shade. Most of the interface is for
31 @ProvidesInterface(action = QS.ACTION, version = QS.VERSION)
33 public interface QS extends FragmentBase { interface in inherits:FragmentBase
39 String TAG = "QS";
70 * We need this to handle nested scrolling for QS..
73 * same time and NotificationPanelView wins, this lets QS win.
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationsQuickSettingsContainer.java35 import com.android.systemui.plugins.qs.QS;
78 FragmentHostManager.get(this).addTagListener(QS.TAG, this);
84 FragmentHostManager.get(this).removeTagListener(QS.TAG, this);
155 QS container = (QS) fragment;
H A DNotificationPanelView.java61 import com.android.systemui.plugins.qs.QS;
88 OnHeadsUpChangedListener, QS.HeightListener {
127 private QS mQs;
187 // Used for two finger gesture as well as accessibility shortcut to QS.
322 FragmentHostManager.get(this).addTagListener(QS.TAG, mFragmentListener);
328 FragmentHostManager.get(this).removeTagListener(QS.TAG, mFragmentListener);
446 // the container. However, if we are not animating, we always need to make the QS container
447 // the desired height so when closing the QS detail, it stays smaller after the size change
900 // Down in the empty area while fully expanded - go to QS.
982 // If we are already running a QS expansio
[all...]
H A DStatusBar.java172 import com.android.systemui.plugins.qs.QS;
323 * Prudently disable QS and notifications. */
975 ExtensionFragmentListener.attachExtensonToFragment(container, QS.TAG, R.id.qs_frame,
977 .newExtension(QS.class)
978 .withPlugin(QS.class)
989 fragmentHostManager.addTagListener(QS.TAG, (tag, f) -> {
990 QS qs = (QS) f;
1443 * Disable QS if device not provisioned.
1444 * If the user switcher is simple then disable QS durin
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DQSCustomizer.java44 import com.android.systemui.plugins.qs.QS;
57 * Allows full-screen customization of QS, through show() and hide().
78 private QS mQs;
153 public void setQs(QS qs) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/car/
H A DCarQSFragment.java34 import com.android.systemui.plugins.qs.QS;
46 public class CarQSFragment extends Fragment implements QS {
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSAnimator.java23 import com.android.systemui.plugins.qs.QS;
50 * List of {@link View}s representing Quick Settings that are being animated from the quick QS
51 * position to the normal QS panel.
56 private final QS mQs;
77 public QSAnimator(QS qs, QuickQSPanel quickPanel, QSPanel panel) {
90 Log.w(TAG, "QS Not using page layout");
379 // Give the QS panels a moment to generate their new tiles, then create all new animators
H A DQSFragment.java43 import com.android.systemui.plugins.qs.QS;
50 public class QSFragment extends Fragment implements QS, CommandQueue.Callbacks {
51 private static final String TAG = "QS";
329 // Set bounds on the QS panel so it doesn't run over the header when animating.
344 // If the QS is already expanded we don't need to slide in the header as it's already
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DScreenDecorations.java62 import com.android.systemui.plugins.qs.QS;
293 fragmentHostManager.addTagListener(QS.TAG,
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProtoDumpUtil.java2007 final long qsToken = p.start(SecureSettingsProto.QS);

Completed in 201 milliseconds