Searched refs:getWindowLayoutParams (Results 1 – 8 of 8) 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
224 WindowManager.LayoutParams windowLayoutParams = getWindowLayoutParams(); in onParentBoundsChanged()237 protected WindowManager.LayoutParams getWindowLayoutParams() { in getWindowLayoutParams() method in LetterboxEduWindowManager239 return getWindowLayoutParams(/* width= */ taskBounds.width(), /* height= */ in getWindowLayoutParams()
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()
183 WindowManager.LayoutParams windowLayoutParams = getWindowLayoutParams(); in onParentBoundsChanged()189 protected WindowManager.LayoutParams getWindowLayoutParams() { in getWindowLayoutParams() method in ReachabilityEduWindowManager200 return getWindowLayoutParams(layout.getMeasuredWidth(), layout.getMeasuredHeight()); in getWindowLayoutParams()
138 WindowManager.LayoutParams lp = getWindowLayoutParams(); in showPrompt()153 protected WindowManager.LayoutParams getWindowLayoutParams() { in getWindowLayoutParams() method in ScreenPinningRequest
379 windowManager.addView(mChipsContainer, getWindowLayoutParams()); in createAndShowIndicator()394 private WindowManager.LayoutParams getWindowLayoutParams() { in getWindowLayoutParams() method in TvPrivacyChipsController
804 mWindowManager.addView(overlayView, getWindowLayoutParams(pos)); in createOverlay()875 WindowManager.LayoutParams getWindowLayoutParams(@BoundsPosition int pos) { in getWindowLayoutParams() method in ScreenDecorations1251 mOverlays[i].getRootView(), getWindowLayoutParams(i)); in updateLayoutParams()
996 assertThat(mScreenDecorations.getWindowLayoutParams(1).privateFlags in hasRoundedCornerOverlayFlagSet()