Home
last modified time | relevance | path

Searched refs:setWindowSizeAndCenter (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnificationController.java657 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/
DWindowMagnificationControllerWindowlessMagnifierTest.java1438 mWindowMagnificationController.setWindowSizeAndCenter(minimumWindowSize, in setWindowCenterOutOfScreen_enabled_magnificationCenterIsInsideTheScreen()
DWindowMagnificationControllerTest.java1417 mWindowMagnificationController.setWindowSizeAndCenter(minimumWindowSize, in setWindowCenterOutOfScreen_enabled_magnificationCenterIsInsideTheScreen()