Lines Matching refs:bar
5 The status bar is the UI shown at the top of the user's screen that gives them
10 ![image of status bar](status-bar.png)
13 show in the status bar has been re-written with a new architecture. This format
74 ![diagram of wifi and mobile pipelines](status-bar-pipeline.png)
91 ![diagram of mobile parent child relationship](status-bar-mobile-pipeline.png)
118 status bar data pipeline to get icon customizations.
148 For example, if `bar` should only be true when `foo` is positive:
153 val bar: StateFlow<Boolean> =
163 For example, if the icon should be hidden when `bar` is true:
171 iconInteractor.bar,
172 ) { level, numberOfLevels, bar ->
173 if (bar) {
260 other system status bar icons may be migrated to a similar architecture in the