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

/packages/apps/Nfc/src/com/android/nfc/beam/
H A DSendUi.java139 final WindowManager.LayoutParams mWindowLayoutParams; field in class:SendUi
230 mWindowLayoutParams = new WindowManager.LayoutParams(ViewGroup.LayoutParams.MATCH_PARENT,
237 mWindowLayoutParams.privateFlags |=
239 mWindowLayoutParams.token = new Binder();
307 window.setContentView(mScreenshotLayout, mWindowLayoutParams);
388 mWindowLayoutParams.screenOrientation =
392 mWindowLayoutParams.screenOrientation =
396 mWindowLayoutParams.screenOrientation =
401 mWindowManager.addView(mDecor, mWindowLayoutParams);

Completed in 130 milliseconds