Searched refs:getWindowLayoutParams (Results 1 – 7 of 7) sorted by relevance
150 mViewHost.setView(createLayout(), getWindowLayoutParams()); in createLayout()324 relayout(getWindowLayoutParams()); in relayout()393 protected WindowManager.LayoutParams getWindowLayoutParams() { in getWindowLayoutParams() method in CompatUIWindowManagerAbstract400 return getWindowLayoutParams(layout.getMeasuredWidth(), layout.getMeasuredHeight()); in getWindowLayoutParams()404 protected WindowManager.LayoutParams getWindowLayoutParams(int width, int height) { in getWindowLayoutParams() method in CompatUIWindowManagerAbstract
219 WindowManager.LayoutParams windowLayoutParams = getWindowLayoutParams(); in onParentBoundsChanged()232 protected WindowManager.LayoutParams getWindowLayoutParams() { in getWindowLayoutParams() method in RestartDialogWindowManager234 return getWindowLayoutParams(/* width= */ taskBounds.width(), /* height= */ in getWindowLayoutParams()
226 WindowManager.LayoutParams windowLayoutParams = getWindowLayoutParams(); in onParentBoundsChanged()239 protected WindowManager.LayoutParams getWindowLayoutParams() { in getWindowLayoutParams() method in LetterboxEduWindowManager241 return getWindowLayoutParams(/* width= */ taskBounds.width(), /* height= */ in getWindowLayoutParams()
186 WindowManager.LayoutParams windowLayoutParams = getWindowLayoutParams(); in onParentBoundsChanged()192 protected WindowManager.LayoutParams getWindowLayoutParams() { in getWindowLayoutParams() method in ReachabilityEduWindowManager203 return getWindowLayoutParams(layout.getMeasuredWidth(), layout.getMeasuredHeight()); in getWindowLayoutParams()
146 WindowManager.LayoutParams lp = getWindowLayoutParams(); in showPrompt()162 protected WindowManager.LayoutParams getWindowLayoutParams() { in getWindowLayoutParams() method in ScreenPinningRequest
813 mWindowManager.addView(overlayView, getWindowLayoutParams(pos)); in createOverlay()884 WindowManager.LayoutParams getWindowLayoutParams(@BoundsPosition int pos) { in getWindowLayoutParams() method in ScreenDecorations1281 mOverlays[i].getRootView(), getWindowLayoutParams(i)); in updateLayoutParams()
1002 assertThat(mScreenDecorations.getWindowLayoutParams(1).privateFlags in hasRoundedCornerOverlayFlagSet()