Searched refs:KeyguardHostView (Results 1 – 4 of 4) sorted by relevance
33 public class KeyguardHostView extends FrameLayout { class38 public KeyguardHostView(Context context) { in KeyguardHostView() method in KeyguardHostView42 public KeyguardHostView(Context context, AttributeSet attrs) { in KeyguardHostView() method in KeyguardHostView
49 public class KeyguardHostViewController extends ViewController<KeyguardHostView> {165 public KeyguardHostViewController(KeyguardHostView view, in KeyguardHostViewController()
22 import com.android.keyguard.KeyguardHostView;56 static KeyguardHostView providesKeyguardHostView(@RootView ViewGroup rootView) { in providesKeyguardHostView()63 static KeyguardSecurityContainer providesKeyguardSecurityContainer(KeyguardHostView hostView) { in providesKeyguardSecurityContainer()
56 private KeyguardHostView mKeyguardHostView;78 mKeyguardHostView = new KeyguardHostView(mContext); in setup()