Home
last modified time | relevance | path

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

123

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/plugins/
DVersionInfoTest.java25 import com.android.systemui.plugins.qs.QS;
26 import com.android.systemui.plugins.qs.QS.HeightListener;
74 VersionInfo overlay = new VersionInfo().addClass(QS.class); in testMissingDependencies()
82 VersionInfo overlay = new VersionInfo().addClass(QS.class); in testHasDependencies()
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/
DQS.java24 import com.android.systemui.plugins.qs.QS.HeightListener;
32 @ProvidesInterface(action = QS.ACTION, version = QS.VERSION)
34 public interface QS extends FragmentBase { interface
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DLockscreenShadeQsTransitionController.kt25 import com.android.systemui.plugins.qs.QS
41 @Assisted private val qsProvider: () -> QS?,
51 private val qs: QS?
166 fun create(qsProvider: () -> QS?): LockscreenShadeQsTransitionController in interface()
DQsFrameTranslateController.java22 import com.android.systemui.plugins.qs.QS;
39 public abstract void translateQsFrame(View qsFrame, QS qs, int bottomInset); in translateQsFrame()
DQsFrameTranslateImpl.java23 import com.android.systemui.plugins.qs.QS;
42 public void translateQsFrame(View qsFrame, QS qs, int bottomInset) { in translateQsFrame()
DSplitShadeLockScreenOverScroller.kt13 import com.android.systemui.plugins.qs.QS in <lambda>()
30 @Assisted private val qSProvider: () -> QS?, in <lambda>()
40 private val qS: QS? in <lambda>()
146 qSProvider: () -> QS?, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationsQuickSettingsContainer.java37 import com.android.systemui.plugins.qs.QS;
59 private Consumer<QS> mQSFragmentAttachedListener = qs -> {};
60 private QS mQs;
92 mQs = (QS) fragment; in onFragmentViewCreated()
144 public void setQSFragmentAttachedListener(Consumer<QS> qsFragmentAttachedListener) { in setQSFragmentAttachedListener()
DNotificationsQSContainerController.kt37 import com.android.systemui.plugins.qs.QS in <lambda>()
142 mView.setQSFragmentAttachedListener { qs: QS -> qs.setContainerController(this) } in <lambda>()
144 fragmentService.getFragmentHostManager(mView).addTagListener(QS.TAG, mView) in <lambda>()
152 fragmentService.getFragmentHostManager(mView).removeTagListener(QS.TAG, mView) in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/ui/adapter/
DQSSceneAdapterTest.kt41 assertThat(QSSceneAdapter.State.QS).isEqualTo(QSSceneAdapter.State.Expanding(1f)) in expandingSpecialValues()
62 .isEqualTo(QSSceneAdapter.State.QS.expansion) in unsquishingQS_expansionSameAsQS()
DQSSceneAdapterImplTest.kt221 underTest.setState(QSSceneAdapter.State.QS) in <lambda>()
320 underTest.setState(QSSceneAdapter.State.QS) in <lambda>()
341 underTest.setState(QSSceneAdapter.State.QS) in <lambda>()
373 underTest.setState(QSSceneAdapter.State.QS) in <lambda>()
388 underTest.setState(QSSceneAdapter.State.QS) in <lambda>()
/frameworks/base/packages/SystemUI/docs/
Dplugin_hooks.md8 Expected interface: [QS](/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins…
10 Use: Allows the entire QS panel to be replaced with something else that is optionally expandable.
17 Use: Controls the creation of QS Tiles and their views, can used to add or change system QS tiles, …
Dqs-tiles.md13 Quick Settings (from now on, QS) is the expanded panel that contains shortcuts for the user to
18 Each of these toggles that appear either in QS or QQS are called Quick Settings Tiles (or tiles for
22 The following image shows QQS on the left and QS on the right, with the tiles highlighted.
24 ![QQS on the left, QS on the right](QS-QQS.png)
26 QS Tiles usually depend on one or more Controllers that bind the tile with the necessary service.
32 process of user 0. The different controllers that back the QS Tiles (also instantiated just in user
43 QS Tiles are composed of the following backend classes.
108 Each Tile has a couple of associated views for displaying it in QS and QQS. These views are updated
127 implementation in SystemUI is `QSIconViewImpl` and it and its subclasses are used by all QS tiles.
152 normally have up to two callbacks: one for QS and one for QQS.
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/ui/viewmodel/
DLocationBasedMobileViewModel.kt60 StatusBarLocation.QS -> QsMobileIconViewModel(commonImpl) in <lambda>()
88 location = StatusBarLocation.QS,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarLocation.kt26 QS,
/frameworks/proto_logging/stats/express/catalog/
Daccessibility.cfg23 display_name: "Accessibility QS Shortcut Add Action"
35 display_name: "Accessibility QS Shortcut Remove Action"
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/qs/ui/composable/
DQuickSettings.kt92 QSSceneAdapter.State.QQS.takeUnless { isSplitShade } ?: QSSceneAdapter.State.QS in transitionState()
93 Scenes.QuickSettings -> QSSceneAdapter.State.QS in transitionState()
111 QSSceneAdapter.State.QS in transitionState()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DSplitShadeLockScreenOverScrollerTest.kt8 import com.android.systemui.plugins.qs.QS
35 private var qS: QS? = null
DLockscreenShadeQsTransitionControllerTest.kt23 import com.android.systemui.plugins.qs.QS
47 private var qS: QS? = null
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DQSCustomizer.java36 import com.android.systemui.plugins.qs.QS;
62 private QS mQs;
139 public void setQs(@Nullable QS qs) { in setQs()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/ui/viewmodel/
DLocationBasedWifiViewModel.kt46 StatusBarLocation.QS -> QsWifiViewModel(commonImpl) in viewModelForLocation()
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto818 // OPEN: QS Airplane mode tile shown
819 // ACTION: QS Airplane mode tile tapped
825 // OPEN: QS Bluetooth tile shown
826 // ACTION: QS Bluetooth tile tapped
832 // OPEN: QS Cast tile shown
833 // ACTION: QS Cast tile tapped
838 // OPEN: QS Cellular tile shown
839 // ACTION: QS Cellular tile tapped
844 // OPEN: QS Color inversion tile shown
845 // ACTION: QS Color inversion tile tapped
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/ui/viewmodel/
DMobileIconsViewModelTest.kt149 val model2 = underTest.viewModelForSub(1, StatusBarLocation.QS) in caching_mobileIconViewModelIsReusedForSameSubId()
159 val model2 = underTest.viewModelForSub(2, StatusBarLocation.QS) in caching_invalidViewModelsAreRemovedFromCacheWhenSubDisappears()
176 val model2 = underTest.viewModelForSub(2, StatusBarLocation.QS) in caching_invalidatedViewModelsAreCanceled()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSFragmentLegacy.java30 import com.android.systemui.plugins.qs.QS;
42 public class QSFragmentLegacy extends LifecycleFragment implements QS {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DQuickSettingsControllerImplTest.java45 import com.android.systemui.plugins.qs.QS;
225 mFragmentListener.onFragmentViewCreated(QS.TAG, mQSFragment); in onQsFragmentAttached_fullWidth_setsFullWidthTrueOnQS()
233 mFragmentListener.onFragmentViewCreated(QS.TAG, mQSFragment); in onQsFragmentAttached_notFullWidth_setsFullWidthFalseOnQS()
/frameworks/base/packages/SettingsLib/aconfig/
Dsettingslib.aconfig24 description: "Displays the auto on toggle in the bluetooth QS tile dialog"

123