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.
44 - `SystemUIFactory` `@Provides` dependencies that need to be overridden by SystemUI
51 ### Adding injection to a new SystemUI object
53 SystemUI object are made injectable by adding an entry in `SystemUIBinder`. SystemUIApplication uses
54 information in that file to locate and construct an instance of the requested SystemUI class.