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

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardViewManager.java66 private FrameLayout mKeyguardHost; field in class:KeyguardViewManager
109 mKeyguardHost.setSystemUiVisibility(visFlags);
111 mViewManager.updateViewLayout(mKeyguardHost, mWindowLayoutParams);
112 mKeyguardHost.setVisibility(View.VISIBLE);
132 if (mKeyguardHost.getVisibility() == View.VISIBLE) {
160 if (mKeyguardHost != null) {
161 mKeyguardHost.saveHierarchyState(mStateContainer);
164 if (mKeyguardHost == null) {
167 mKeyguardHost = new ViewManagerHost(mContext);
200 mViewManager.addView(mKeyguardHost, l
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DKeyguardViewManager.java58 private FrameLayout mKeyguardHost; field in class:KeyguardViewManager
112 if (mKeyguardHost == null) {
115 mKeyguardHost = new KeyguardViewHost(mContext, mCallback);
143 mViewManager.addView(mKeyguardHost, lp);
154 mViewManager.updateViewLayout(mKeyguardHost, mWindowLayoutParams);
166 mKeyguardHost.addView(mKeyguardView, lp);
181 Log.v(TAG, "KGVM: Set visibility on " + mKeyguardHost + " to " + visFlags);
182 mKeyguardHost.setSystemUiVisibility(visFlags);
184 mViewManager.updateViewLayout(mKeyguardHost, mWindowLayoutParams);
185 mKeyguardHost
[all...]

Completed in 67 milliseconds