Lines Matching refs:SystemUI
1 # Dagger 2 in SystemUI
15 Dagger 2 has been turned on for SystemUI and a early first pass has been taken
17 to use Dagger. Since a lot of SystemUI depends on Dependency, stubs have been added to Dependency
18 … proxy any gets through to the instances provided by dagger, this will allow migration of SystemUI
21 ### How it works in SystemUI
25 To have the single instance span all of SystemUI and be easily accessible for
42 dependencies across all of SystemUI.
46 - `SystemUIFactory` `@Provides` dependencies that need to be overridden by SystemUI
53 ### Adding injection to a new SystemUI object
67 public class Dependency extends SystemUI {
76 For objects which extend SystemUI and require injection, you can define an
78 be referenced in [@string/config_systemUIServiceComponents](packages/SystemUI/res/values/config.xml…
83 public SystemUI apply(Context context) {
165 moved to a higher level construct such as a Fragment or a top-level SystemUI