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

  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardViewManager.java 76 private WindowManager.LayoutParams mWindowLayoutParams;
131 mWindowLayoutParams.flags |= WindowManager.LayoutParams.FLAG_TRANSLUCENT_STATUS
137 mViewManager.updateViewLayout(mKeyguardHost, mWindowLayoutParams);
302 mWindowLayoutParams = lp;
315 mViewManager.updateViewLayout(mKeyguardHost, mWindowLayoutParams);
356 mViewManager.updateViewLayout(mKeyguardHost, mWindowLayoutParams);
364 mWindowLayoutParams.userActivityTimeout = timeout;
370 mWindowLayoutParams.userActivityTimeout = KeyguardViewMediator.AWAKE_INTERVAL_DEFAULT_MS;
377 mWindowLayoutParams.screenOrientation = ActivityInfo.SCREEN_ORIENTATION_USER;
380 mWindowLayoutParams.screenOrientation = ActivityInfo.SCREEN_ORIENTATION_NOSENSOR
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
SendUi.java 122 final WindowManager.LayoutParams mWindowLayoutParams;
210 mWindowLayoutParams = new WindowManager.LayoutParams(ViewGroup.LayoutParams.MATCH_PARENT,
217 mWindowLayoutParams.privateFlags |=
219 mWindowLayoutParams.token = new Binder();
350 mWindowLayoutParams.screenOrientation =
354 mWindowLayoutParams.screenOrientation =
358 mWindowLayoutParams.screenOrientation =
363 mWindowManager.addView(mScreenshotLayout, mWindowLayoutParams);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
GlobalScreenshot.java 324 private WindowManager.LayoutParams mWindowLayoutParams;
372 mWindowLayoutParams = new WindowManager.LayoutParams(
380 mWindowLayoutParams.setTitle("ScreenshotAnimation");
499 mWindowManager.addView(mScreenshotLayout, mWindowLayoutParams);

Completed in 183 milliseconds