Lines Matching refs:QS
13 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.
220 * **`onTileAdded`**: called when the tile is added to QS.
221 * **`onTileRemoved`**: called when the tile is removed from QS.
222 * **`onStartListening`**: called when QS is opened and the tile is showing. This marks the start of
224 * **`onStopListening`**: called when QS is closed or the tile is no longer visible by the user. This
274 In this case, it won't receive a call of `onStartListening` when QS is opened. Instead, the tile
411 1. The tile is added through the QS customizer by the user. This will send the new list of tiles to
515 gets triggered when QS is expanded or collapsed (i.e., when the tile is visible and actionable).
579 Provides a default label for this Tile. Used by the QS Panel customizer to show a name next to