Searched refs:mWindowLayoutParams (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardViewManager.java65 private WindowManager.LayoutParams mWindowLayoutParams; field in class:KeyguardViewManager
113 mViewManager.updateViewLayout(mKeyguardHost, mWindowLayoutParams);
217 mWindowLayoutParams = lp;
226 mViewManager.updateViewLayout(mKeyguardHost, mWindowLayoutParams);
270 mViewManager.updateViewLayout(mKeyguardHost, mWindowLayoutParams);
278 mWindowLayoutParams.userActivityTimeout = timeout;
284 mWindowLayoutParams.userActivityTimeout = KeyguardViewMediator.AWAKE_INTERVAL_DEFAULT_MS;
291 mWindowLayoutParams.screenOrientation = ActivityInfo.SCREEN_ORIENTATION_USER;
294 mWindowLayoutParams.screenOrientation = ActivityInfo.SCREEN_ORIENTATION_NOSENSOR;
296 mViewManager.updateViewLayout(mKeyguardHost, mWindowLayoutParams);
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java321 private WindowManager.LayoutParams mWindowLayoutParams; field in class:GlobalScreenshot
369 mWindowLayoutParams = new WindowManager.LayoutParams(
377 mWindowLayoutParams.setTitle("ScreenshotAnimation");
496 mWindowManager.addView(mScreenshotLayout, mWindowLayoutParams);

Completed in 363 milliseconds