Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/
DFragmentService.java64 public FragmentService(SystemUIRootComponent rootComponent, in FragmentService() argument
66 mFragmentCreator = rootComponent.createFragmentCreator(); in FragmentService()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DInjectionInflationController.java63 public InjectionInflationController(SystemUIRootComponent rootComponent) { in InjectionInflationController() argument
64 mViewCreator = rootComponent.createViewCreator(); in InjectionInflationController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSystemUIFactory.java106 protected void initWithRootComponent(@NonNull SystemUIRootComponent rootComponent) { in initWithRootComponent() argument
111 mRootComponent = rootComponent; in initWithRootComponent()