Searched refs:setWindowSizeAndCenter (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
D | WindowMagnificationController.java | 657 setWindowSizeAndCenter((int) transformedRect.width(), (int) transformedRect.height(), in onRotate() 923 setWindowSizeAndCenter(width, height, Float.NaN, Float.NaN); in setWindowSize() 926 void setWindowSizeAndCenter(int width, int height, float centerX, float centerY) { in setWindowSizeAndCenter() method in WindowMagnificationController
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/ |
D | WindowMagnificationControllerWindowlessMagnifierTest.java | 1438 mWindowMagnificationController.setWindowSizeAndCenter(minimumWindowSize, in setWindowCenterOutOfScreen_enabled_magnificationCenterIsInsideTheScreen()
|
D | WindowMagnificationControllerTest.java | 1417 mWindowMagnificationController.setWindowSizeAndCenter(minimumWindowSize, in setWindowCenterOutOfScreen_enabled_magnificationCenterIsInsideTheScreen()
|