Searched refs:QQS (Results 1 – 5 of 5) sorted by relevance
40 assertThat(QSSceneAdapter.State.QQS).isEqualTo(QSSceneAdapter.State.Expanding(0f)) in expandingSpecialValues()55 .isEqualTo(QSSceneAdapter.State.QQS.expansion) in unsquishingQQS_expansionSameAsQQS()
188 underTest.setState(QSSceneAdapter.State.QQS) in <lambda>()376 underTest.setState(QSSceneAdapter.State.QQS) in <lambda>()
92 QSSceneAdapter.State.QQS.takeUnless { isSplitShade } ?: QSSceneAdapter.State.QS in transitionState()
15 is locked). Quick Quick Settings (QQS) is the smaller panel that appears on top of the notifications18 Each of these toggles that appear either in QS or QQS are called Quick Settings Tiles (or tiles for22 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 updated152 normally have up to two callbacks: one for QS and one for QQS.
183 val QQS = Expanding(0f) in <lambda>() constant