Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardDisplayManager.java49 private final InjectionInflationController mInjectableInflater; field in KeyguardDisplayManager
94 mInjectableInflater = injectableInflater; in KeyguardDisplayManager()
128 presentation = new KeyguardPresentation(mContext, display, mInjectableInflater); in showPresentation()
243 private final InjectionInflationController mInjectableInflater; field in KeyguardDisplayManager.KeyguardPresentation
263 mInjectableInflater = injectionInflater; in KeyguardPresentation()
284 LayoutInflater inflater = mInjectableInflater.injectable( in onCreate()