HomeSort by relevance Sort by last modified time
    Searched refs:KeyguardHostView (Results 1 - 10 of 10) sorted by null

  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSecurityCallback.java 18 import com.android.keyguard.KeyguardHostView.OnDismissAction;
KeyguardMultiUserSelectorView.java 40 private KeyguardHostView.UserSwitcherCallback mCallback;
63 public void setCallback(KeyguardHostView.UserSwitcherCallback callback) {
KeyguardHostView.java 63 public class KeyguardHostView extends KeyguardViewBase {
64 private static final String TAG = "KeyguardHostView";
112 // id without reconstructing an instance of KeyguardHostView. See note below...
143 public KeyguardHostView(Context context) {
147 public KeyguardHostView(Context context, AttributeSet attrs) {
150 if (DEBUG) Log.e(TAG, "KeyguardHostView()");
154 // Note: This depends on KeyguardHostView getting reconstructed every time the
283 KeyguardHostView.this.post(mSwitchPageRunnable);
295 KeyguardHostView.this.post(mSwitchPageRunnable);
511 KeyguardHostView.this.userActivity()
    [all...]
KeyguardViewStateManager.java 33 private KeyguardHostView mKeyguardHostView;
66 public KeyguardViewStateManager(KeyguardHostView hostView) {
KeyguardActivityLauncher.java 40 import com.android.keyguard.KeyguardHostView.OnDismissAction;
46 private static final boolean DEBUG = KeyguardHostView.DEBUG;
KeyguardViewManager.java 80 private KeyguardHostView mKeyguardView;
327 mKeyguardView = (KeyguardHostView) view.findViewById(R.id.keyguard_host_view);
KeyguardMultiUserAvatar.java 40 private static final boolean DEBUG = KeyguardHostView.DEBUG;
KeyguardSelectorView.java 44 private static final boolean DEBUG = KeyguardHostView.DEBUG;
KeyguardTransportControlView.java 259 KeyguardHostView.TransportControlCallback mTransportControlCallback;
311 public void setTransportControlCallback(KeyguardHostView.TransportControlCallback
CameraWidgetFrame.java 41 private static final boolean DEBUG = KeyguardHostView.DEBUG;

Completed in 58 milliseconds