Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DInjectionInflationController.java63 private final LayoutInflater.Factory2 mFactory = new InjectionFactory();
214 private class InjectionFactory implements LayoutInflater.Factory2 { class in InjectionInflationController