Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardHostView.java33 public class KeyguardHostView extends FrameLayout { class
38 public KeyguardHostView(Context context) { in KeyguardHostView() method in KeyguardHostView
42 public KeyguardHostView(Context context, AttributeSet attrs) { in KeyguardHostView() method in KeyguardHostView
DKeyguardHostViewController.java49 public class KeyguardHostViewController extends ViewController<KeyguardHostView> {
165 public KeyguardHostViewController(KeyguardHostView view, in KeyguardHostViewController()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/dagger/
DKeyguardBouncerModule.java22 import com.android.keyguard.KeyguardHostView;
56 static KeyguardHostView providesKeyguardHostView(@RootView ViewGroup rootView) { in providesKeyguardHostView()
63 static KeyguardSecurityContainer providesKeyguardSecurityContainer(KeyguardHostView hostView) { in providesKeyguardSecurityContainer()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardHostViewControllerTest.java56 private KeyguardHostView mKeyguardHostView;
78 mKeyguardHostView = new KeyguardHostView(mContext); in setup()