Searched defs:KeyguardHostView (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardHostView.java65 public class KeyguardHostView extends KeyguardViewBase { class in inherits:KeyguardViewBase
66 private static final String TAG = "KeyguardHostView";
116 // id without reconstructing an instance of KeyguardHostView. See note below...
135 public KeyguardHostView(Context context) { method in class:KeyguardHostView
139 public KeyguardHostView(Context context, AttributeSet attrs) { method in class:KeyguardHostView
142 if (DEBUG) Log.e(TAG, "KeyguardHostView()");
146 // Note: This depends on KeyguardHostView getting reconstructed every time the
281 KeyguardHostView.this.post(mSwitchPageRunnable);
293 KeyguardHostView.this.post(mSwitchPageRunnable);
474 KeyguardHostView
[all...]

Completed in 44 milliseconds