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

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DKeyguardViewManager.java55 private WindowManager.LayoutParams mWindowLayoutParams; field in class:KeyguardViewManager
143 mWindowLayoutParams = lp;
150 mWindowLayoutParams.screenOrientation = ActivityInfo.SCREEN_ORIENTATION_SENSOR;
153 mWindowLayoutParams.screenOrientation = ActivityInfo.SCREEN_ORIENTATION_NOSENSOR;
156 mViewManager.updateViewLayout(mKeyguardHost, mWindowLayoutParams);
185 mViewManager.updateViewLayout(mKeyguardHost, mWindowLayoutParams);
192 if (mWindowLayoutParams != null) {
194 mWindowLayoutParams.flags &=
197 mWindowLayoutParams.flags |=
200 mViewManager.updateViewLayout(mKeyguardHost, mWindowLayoutParams);
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java241 private WindowManager.LayoutParams mWindowLayoutParams; field in class:GlobalScreenshot
287 mWindowLayoutParams = new WindowManager.LayoutParams(
295 mWindowLayoutParams.setTitle("ScreenshotAnimation");
406 mWindowManager.addView(mScreenshotLayout, mWindowLayoutParams);

Completed in 126 milliseconds