Home
last modified time | relevance | path

Searched refs:setWindowSize (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
H A DWindowMagnificationControllerTest.java727 mWindowMagnificationController.setWindowSize(startingWidth, startingHeight); in windowWidthIsNotMax_performA11yActionIncreaseWidth_windowWidthIncreased()
767 mWindowMagnificationController.setWindowSize(startingWidth, startingHeight); in windowHeightIsNotMax_performA11yActionIncreaseHeight_windowHeightIncreased()
803 mWindowMagnificationController.setWindowSize(startingWidth, startingHeight); in windowWidthIsMax_noIncreaseWindowWidthA11yAction()
823 mWindowMagnificationController.setWindowSize(startingWidth, startingHeight); in windowHeightIsMax_noIncreaseWindowHeightA11yAction()
846 mWindowMagnificationController.setWindowSize(startingSize, startingSize); in windowWidthIsNotMin_performA11yActionDecreaseWidth_windowWidthDecreased()
886 mWindowMagnificationController.setWindowSize(startingSize, startingSize); in windowHeightIsNotMin_performA11yActionDecreaseHeight_windowHeightDecreased()
922 mWindowMagnificationController.setWindowSize(startingSize, startingSize); in windowWidthIsMin_noDecreaseWindowWidthA11yAction()
942 mWindowMagnificationController.setWindowSize(startingSize, startingSize); in windowHeightIsMin_noDecreaseWindowHeightA11yAcyion()
1203 mWindowMagnificationController.setWindowSize(minimumWindowSize - 10, in setWindowSizeLessThanMin_enabled_minimumWindowSize()
1278 mWindowMagnificationController.setWindowSize(startingSize, startingSize); in editModeOnDragCorner_resizesWindow()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnificationController.java385 setWindowSize(size, size); in changeMagnificationSize()
715 setWindowSize(width + 2 * mMirrorSurfaceMargin, height + 2 * mMirrorSurfaceMargin); in setMagnificationFrameSize()
726 public void setWindowSize(int width, int height) { in setWindowSize() method in WindowMagnificationController