Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
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
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()
DLetterboxEduWindowManager.java226 WindowManager.LayoutParams windowLayoutParams = getWindowLayoutParams(); in onParentBoundsChanged()
239 protected WindowManager.LayoutParams getWindowLayoutParams() { in getWindowLayoutParams() method in LetterboxEduWindowManager
241 return getWindowLayoutParams(/* width= */ taskBounds.width(), /* height= */ in getWindowLayoutParams()
DReachabilityEduWindowManager.java186 WindowManager.LayoutParams windowLayoutParams = getWindowLayoutParams(); in onParentBoundsChanged()
192 protected WindowManager.LayoutParams getWindowLayoutParams() { in getWindowLayoutParams() method in ReachabilityEduWindowManager
203 return getWindowLayoutParams(layout.getMeasuredWidth(), layout.getMeasuredHeight()); in getWindowLayoutParams()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DScreenPinningRequest.java146 WindowManager.LayoutParams lp = getWindowLayoutParams(); in showPrompt()
162 protected WindowManager.LayoutParams getWindowLayoutParams() { in getWindowLayoutParams() method in ScreenPinningRequest
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java813 mWindowManager.addView(overlayView, getWindowLayoutParams(pos)); in createOverlay()
884 WindowManager.LayoutParams getWindowLayoutParams(@BoundsPosition int pos) { in getWindowLayoutParams() method in ScreenDecorations
1281 mOverlays[i].getRootView(), getWindowLayoutParams(i)); in updateLayoutParams()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DScreenDecorationsTest.java1002 assertThat(mScreenDecorations.getWindowLayoutParams(1).privateFlags in hasRoundedCornerOverlayFlagSet()