Home
last modified time | relevance | path

Searched refs:setRequestedSize (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayPolicyTests.java301 mNavBarWindow.setRequestedSize(attrs.width, attrs.height); in testImeMinimalSourceFrame()
H A DWindowStateTests.java589 w.setRequestedSize(100, 200); in testCompatOverrideScale()
590 child.setRequestedSize(50, 100); in testCompatOverrideScale()
H A DWindowTestsBase.java299 mStatusBarWindow.setRequestedSize(WindowManager.LayoutParams.MATCH_PARENT, in createTestDisplay()
H A DSizeCompatTests.java2257 statusBar.setRequestedSize(displayContent.mBaseDisplayWidth, in addStatusBar()
H A DDisplayContentTests.java1241 win.setRequestedSize(mDisplayContent.mBaseDisplayWidth, 0 /* height */); in testRequestResizeForEmptyFrames()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayPolicy.java1542 win.setRequestedSize(params.width, params.height);
1554 win.setRequestedSize(requestedWidth, requestedHeight);
H A DWindowState.java3005 void setRequestedSize(int requestedWidth, int requestedHeight) { in setRequestedSize() method in WindowState
H A DWindowManagerService.java2236 win.setRequestedSize(requestedWidth, requestedHeight); in relayoutWindow()
/aosp12/frameworks/base/services/
H A Dart-profile50721 HSPLcom/android/server/wm/WindowState;->setRequestedSize(II)V