Home
last modified time | relevance | path

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

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardDisplayManager.java108 mPresentation = new KeyguardPresentation(mContext, presentationDisplay); in updateDisplays()
125 private final static class KeyguardPresentation extends Presentation { class in KeyguardDisplayManager
144 public KeyguardPresentation(Context context, Display display) { in KeyguardPresentation() method in KeyguardDisplayManager.KeyguardPresentation