Home
last modified time | relevance | path

Searched refs:getWindowLayoutParams (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
H A DCompatUIWindowManagerAbstract.java150 mViewHost.setView(createLayout(), getWindowLayoutParams()); in createLayout()
324 relayout(getWindowLayoutParams()); in relayout()
393 protected WindowManager.LayoutParams getWindowLayoutParams() { in getWindowLayoutParams() method in CompatUIWindowManagerAbstract
400 return getWindowLayoutParams(layout.getMeasuredWidth(), layout.getMeasuredHeight()); in getWindowLayoutParams()
404 protected WindowManager.LayoutParams getWindowLayoutParams(int width, int height) { in getWindowLayoutParams() method in CompatUIWindowManagerAbstract
H A DLetterboxEduWindowManager.java224 WindowManager.LayoutParams windowLayoutParams = getWindowLayoutParams(); in onParentBoundsChanged()
237 protected WindowManager.LayoutParams getWindowLayoutParams() { in getWindowLayoutParams() method in LetterboxEduWindowManager
239 return getWindowLayoutParams(/* width= */ taskBounds.width(), /* height= */ in getWindowLayoutParams()
H A DRestartDialogWindowManager.java219 WindowManager.LayoutParams windowLayoutParams = getWindowLayoutParams(); in onParentBoundsChanged()
232 protected WindowManager.LayoutParams getWindowLayoutParams() { in getWindowLayoutParams() method in RestartDialogWindowManager
234 return getWindowLayoutParams(/* width= */ taskBounds.width(), /* height= */ in getWindowLayoutParams()
H A DReachabilityEduWindowManager.java183 WindowManager.LayoutParams windowLayoutParams = getWindowLayoutParams(); in onParentBoundsChanged()
189 protected WindowManager.LayoutParams getWindowLayoutParams() { in getWindowLayoutParams() method in ReachabilityEduWindowManager
200 return getWindowLayoutParams(layout.getMeasuredWidth(), layout.getMeasuredHeight()); in getWindowLayoutParams()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DScreenPinningRequest.java138 WindowManager.LayoutParams lp = getWindowLayoutParams(); in showPrompt()
153 protected WindowManager.LayoutParams getWindowLayoutParams() { in getWindowLayoutParams() method in ScreenPinningRequest
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/television/
H A DTvPrivacyChipsController.java379 windowManager.addView(mChipsContainer, getWindowLayoutParams()); in createAndShowIndicator()
394 private WindowManager.LayoutParams getWindowLayoutParams() { in getWindowLayoutParams() method in TvPrivacyChipsController
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DScreenDecorations.java804 mWindowManager.addView(overlayView, getWindowLayoutParams(pos)); in createOverlay()
875 WindowManager.LayoutParams getWindowLayoutParams(@BoundsPosition int pos) { in getWindowLayoutParams() method in ScreenDecorations
1251 mOverlays[i].getRootView(), getWindowLayoutParams(i)); in updateLayoutParams()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DScreenDecorationsTest.java996 assertThat(mScreenDecorations.getWindowLayoutParams(1).privateFlags in hasRoundedCornerOverlayFlagSet()