Home
last modified time | relevance | path

Searched refs:QS (Results 1 – 25 of 28) sorted by relevance

12

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/plugins/
H A DVersionInfoTest.java26 import com.android.systemui.plugins.qs.QS;
27 import com.android.systemui.plugins.qs.QS.HeightListener;
75 VersionInfo overlay = new VersionInfo().addClass(QS.class); in testMissingDependencies()
83 VersionInfo overlay = new VersionInfo().addClass(QS.class); in testHasDependencies()
96 @Requires(target = QS.class, version = QS.VERSION)
100 @Requires(target = QS.class, version = QS.VERSION)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationsQuickSettingsContainer.java31 import com.android.systemui.plugins.qs.QS;
53 private Consumer<QS> mQSFragmentAttachedListener = qs -> {};
54 private QS mQs;
72 mQs = (QS) fragment; in onFragmentViewCreated()
111 public void setQSFragmentAttachedListener(Consumer<QS> qsFragmentAttachedListener) { in setQSFragmentAttachedListener()
126 FragmentHostManager.get(this).addTagListener(QS.TAG, this); in onAttachedToWindow()
132 FragmentHostManager.get(this).removeTagListener(QS.TAG, this); in onDetachedFromWindow()
H A DNotificationsQSContainerController.kt5 import com.android.systemui.plugins.qs.QS
69 mView.setQSFragmentAttachedListener { qs: QS -> qs.setContainerController(this) }
H A DStatusBar.java168 import com.android.systemui.plugins.qs.QS;
1266 ExtensionFragmentListener.attachExtensonToFragment(container, QS.TAG, R.id.qs_frame, in makeStatusBarView()
1268 .newExtension(QS.class) in makeStatusBarView()
1269 .withPlugin(QS.class) in makeStatusBarView()
1281 fragmentHostManager.addTagListener(QS.TAG, (tag, f) -> { in makeStatusBarView()
1282 QS qs = (QS) f; in makeStatusBarView()
1408 protected QS createDefaultQSFragment() { in createDefaultQSFragment()
H A DNotificationPanelViewController.java134 import com.android.systemui.plugins.qs.QS;
323 @VisibleForTesting QS mQs;
3480 public final QS.ScrollListener mScrollListener = scrollY -> {
3491 mQs = (QS) fragment;
4343 private class HeightListener implements QS.HeightListener {
4562 .addTagListener(QS.TAG, mFragmentListener); in onViewAttachedToWindow()
4578 .removeTagListener(QS.TAG, mFragmentListener); in onViewDetachedFromWindow()
/aosp12/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
H A DQS.java23 import com.android.systemui.plugins.qs.QS.HeightListener;
31 @ProvidesInterface(action = QS.ACTION, version = QS.VERSION)
33 public interface QS extends FragmentBase { interface
/aosp12/frameworks/base/packages/SystemUI/docs/
H A Dplugin_hooks.md9 Expected interface: [QS](/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins…
11 Use: Allows the entire QS panel to be replaced with something else that is optionally expandable.
18 Use: Controls the creation of QS Tiles and their views, can used to add or change system QS tiles, …
H A Dqs-tiles.md15 The following image shows QQS on the left and QS on the right, with the tiles highlighted.
17 ![QQS on the left, QS on the right](QS-QQS.png)
31 QS Tiles are composed of the following backend classes.
70 Each Tile has a couple of associated views for displaying it in QS and QQS. These views are updated…
99 …hanges. Note that a single tile will normally have up to two callbacks: one for QS and one for QQS.
146 * **`onTileAdded`**: called when the tile is added to QS.
147 * **`onTileRemoved`**: called when the tile is removed from QS.
148 * **`onStartListening`**: called when QS is opened and the tile is showing. This marks the start of…
149 * **`onStopListening`**: called when QS is closed or the tile is no longer visible by the user. Thi…
265 … if the view that is created should be a collapsed one (for using in QQS) or not (for using in QS).
[all …]
H A Dplugins.md64 … replaced with another view](/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/QS.java)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DQSCustomizer.java35 import com.android.systemui.plugins.qs.QS;
59 private QS mQs;
110 public void setQs(QS qs) { in setQs()
/aosp12/frameworks/base/proto/src/metrics_constants/
H A Dmetrics_constants.proto826 // OPEN: QS Cast tile shown
871 // OPEN: QS 3P tile shown
872 // ACTION: QS 3P tile tapped
894 // OPEN: QS User list panel
899 // OPEN: QS WiFi tile shown
1037 // OPEN: QS Cast detail panel
1613 // OPEN: QS Lock tile shown
1620 // OPEN: QS User Tile shown
1665 // OPEN: QS Custom tile shown
3647 // OPEN: QS NFC tile shown
[all …]
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/dagger/
H A DQSFragmentModule.java28 import com.android.systemui.plugins.qs.QS;
98 QS bindQS(QSFragment qsFragment); in bindQS()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DLockscreenShadeTransitionControllerTest.kt15 import com.android.systemui.plugins.qs.QS
77 @Mock lateinit var qS: QS
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSAnimator.java28 import com.android.systemui.plugins.qs.QS;
82 private final QS mQs;
118 public QSAnimator(QS qs, QuickQSPanel quickPanel, QuickStatusBarHeader quickStatusBarHeader, in QSAnimator()
H A DQSFragment.java46 import com.android.systemui.plugins.qs.QS;
65 public class QSFragment extends LifecycleFragment implements QS, CommandQueue.Callbacks,
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DLockscreenShadeTransitionController.kt30 import com.android.systemui.plugins.qs.QS
77 lateinit var qS: QS
/aosp12/frameworks/base/services/tests/servicestests/res/raw/
H A Dbackup_telephony_no_password172 ������2� �� ��WK8]!~��@�9ww/{H]/t���# gPP�QS�9J�962i�}'E2B�}�b#�G�P��O��3y����cxm��a��d�V��…
/aosp12/frameworks/proto_logging/stats/enums/app/
H A Dsettings_enums.proto596 // OPEN: QS Sensor Privacy Mode tile shown
597 // ACTION: QS Sensor Privacy Mode tile tapped
/aosp12/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProtoDumpUtil.java2370 final long qsToken = p.start(SecureSettingsProto.QS); in dumpProtoSecureSettingsLocked()
/aosp12/frameworks/base/native/graphics/jni/fuzz/corpus/
H A Dsample_raf.raf Error!