Lines Matching refs:as
34 * `Icon`: Defines the basic interface for an icon as used by the tiles.
42 …class from `QSTileImpl`, as it takes care of many common situations. Throughout this document, we …
44 The interfaces in `QSTile` as well as other interfaces described in this document can be used to im…
55 …iles. This will make screen readers read the current state of the tile as well as the new state wh…
113 …mation can be obtained both from the `Object` passed to `refreshState` as well as from the control…
182 …ound, a callback Binder is provided by SystemUI for all the callbacks, as well as an identifier to…
188 A `TileService` can be declared as an active tile by adding specific meta-data to its manifest (see…
198 …with third party tiles. It provides similar behavior to SystemUI tiles as well as handling exclusi…
202 … controller for all tile services that are currently in Quick Settings as well as provides the sup…
210 …as well as sending the corresponding binder calls. It does not decide whether the tile should be b…
212 …e that stores requests while the service is not bound, to be processed as soon as the service is b…
214 …en its corresponding tile is added to the set of current ones and kept as long as the tile is avai…
229 This section describes the classes that aid in the creation of each tile as well as the complete li…
239 …ich is a unique String for that type of tile. The current tiles are stored as a Setting string of …
251 This class implements two methods as specified in the `QSFactory` interface:
271 …tatusBar` adds tiles (either through adb, or through its service interface as with the `Developmen…
272 …e list. Alternatively, when the device is booted, all tiles in the setting are considered as "new".
284 …ed, additional steps are taken to ensure the proper binding to the service as described in [Third …
296 …oid/systemui/qs/tiles)) implementing `QSTileImpl` with a particular type of `State` as a parameter.
319 …rovides `State`, `BooleanState` (has an on and off state and provides this as a content descriptio…
327 …iles are LifecycleOwner and are marked as `RESUMED` or `DESTROYED` in `QSTileImpl#handleListening`…
357 …Updates the `State` of the Tile based on the state of the device as provided by the respective con…
363 …Identifier for this Tile, as defined in [proto/src/metrics_constants/metrics_constants.proto](/pro…