Home
last modified time | relevance | path

Searched refs:QQS (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/ui/adapter/
DQSSceneAdapterTest.kt40 assertThat(QSSceneAdapter.State.QQS).isEqualTo(QSSceneAdapter.State.Expanding(0f)) in expandingSpecialValues()
55 .isEqualTo(QSSceneAdapter.State.QQS.expansion) in unsquishingQQS_expansionSameAsQQS()
DQSSceneAdapterImplTest.kt188 underTest.setState(QSSceneAdapter.State.QQS) in <lambda>()
376 underTest.setState(QSSceneAdapter.State.QQS) in <lambda>()
/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()
/frameworks/base/packages/SystemUI/docs/
Dqs-tiles.md15 is locked). Quick Quick Settings (QQS) is the smaller panel that appears on top of the notifications
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)
108 Each Tile has a couple of associated views for displaying it in QS and QQS. These views are updated
152 normally have up to two callbacks: one for QS and one for QQS.
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ui/adapter/
DQSSceneAdapter.kt183 val QQS = Expanding(0f) in <lambda>() constant