Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardDisplayManager.java246 private final LayoutInflater mInjectableLayoutInflater; field in KeyguardDisplayManager.KeyguardPresentation
266 mInjectableLayoutInflater = injectionLayoutInflater; in KeyguardPresentation()
292 setContentView(mInjectableLayoutInflater.inflate(R.layout.keyguard_presentation, null)); in onCreate()