Home
last modified time | relevance | path

Searched refs:rootComponent (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/
DFragmentService.java54 public FragmentService(SystemUIFactory.SystemUIRootComponent rootComponent) { in FragmentService() argument
55 mFragmentCreator = rootComponent.createFragmentCreator(); in FragmentService()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DInjectionInflationController.java64 public InjectionInflationController(SystemUIFactory.SystemUIRootComponent rootComponent) { in InjectionInflationController() argument
65 mViewCreator = rootComponent.createViewCreator(); in InjectionInflationController()