Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/clock/
DClockManager.java126 public ClockManager(Context context, InjectionInflationController injectionInflater, in ClockManager() argument
129 this(context, injectionInflater, pluginManager, colorExtractor, in ClockManager()
135 ClockManager(Context context, InjectionInflationController injectionInflater, in ClockManager() argument
148 LayoutInflater layoutInflater = injectionInflater.injectable(LayoutInflater.from(context)); in ClockManager()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardDisplayManager.java261 InjectionInflationController injectionInflater) { in KeyguardPresentation() argument
263 mInjectableInflater = injectionInflater; in KeyguardPresentation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSFragment.java97 InjectionInflationController injectionInflater, in QSFragment() argument
102 mInjectionInflater = injectionInflater; in QSFragment()