Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
H A DMagnificationControllerTest.java214 verify(mScreenMagnificationController).setScaleAndCenter(TEST_DISPLAY, in transitionToFullScreenMode_windowMagnifying_disableWindowAndEnableFullScreen()
234 verify(mScreenMagnificationController).setScaleAndCenter(TEST_DISPLAY, DEFAULT_SCALE, in transitionToFullScreen_centerNotInTheBounds_magnifyTheCenterOfMagnificationBounds()
274 verify(mScreenMagnificationController, never()).setScaleAndCenter(TEST_DISPLAY, in interruptDuringTransitionToFullScreenMode_windowMagnifying_notifyTransitionFailed()
308 mScreenMagnificationController.setScaleAndCenter(TEST_DISPLAY, DEFAULT_SCALE, in magnifyThroughExternalRequest_showMagnificationButton()
318 mScreenMagnificationController.setScaleAndCenter(TEST_DISPLAY, 1.0f, in setScaleOneThroughExternalRequest_removeMagnificationButton()
371 mScreenMagnificationController.setScaleAndCenter(TEST_DISPLAY, in onWinodwModeActivated_fullScreenIsActivatedByExternal_fullScreenIsDisabled()
621 mScreenMagnificationController.setScaleAndCenter(TEST_DISPLAY, DEFAULT_SCALE, centerX, in setMagnificationEnabled()
690 mScreenMagnificationController).setScaleAndCenter(eq(TEST_DISPLAY), in stubMethods()
694 mScreenMagnificationController).setScaleAndCenter(eq(TEST_DISPLAY), in stubMethods()
H A DFullScreenMagnificationControllerTest.java209 assertFalse(mFullScreenMagnificationController.setScaleAndCenter(displayId, in notRegistered_publicMethodsShouldBeBenign()
345 assertTrue(mFullScreenMagnificationController.setScaleAndCenter(displayId, scale,
390 assertTrue(mFullScreenMagnificationController.setScaleAndCenter(displayId,
394 assertFalse(mFullScreenMagnificationController.setScaleAndCenter(displayId,
419 assertTrue(mFullScreenMagnificationController.setScaleAndCenter(displayId,
430 assertTrue(mFullScreenMagnificationController.setScaleAndCenter(displayId, 0.5f,
455 assertTrue(mFullScreenMagnificationController.setScaleAndCenter(displayId,
566 .setScaleAndCenter(displayId, scale, ulCenter.x, ulCenter.y, false,
578 .setScaleAndCenter(displayId, scale, lrCenter.x, lrCenter.y, false,
708 assertTrue(mFullScreenMagnificationController.setScaleAndCenter(displayId,
[all …]
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
H A DFullScreenMagnificationController.java509 return setScaleAndCenter(scale, centerX, centerY, transformToStubCallback(animate), id); in setScale()
513 boolean setScaleAndCenter(float scale, float centerX, float centerY, in setScaleAndCenter() method in FullScreenMagnificationController.DisplayMagnification
1003 return display.setScaleAndCenter(Float.NaN, centerX, centerY, in setCenter()
1025 public boolean setScaleAndCenter(int displayId, float scale, float centerX, float centerY, in setScaleAndCenter() method in FullScreenMagnificationController
1027 return setScaleAndCenter(displayId, scale, centerX, centerY, in setScaleAndCenter()
1048 public boolean setScaleAndCenter(int displayId, float scale, float centerX, float centerY, in setScaleAndCenter() method in FullScreenMagnificationController
1055 return display.setScaleAndCenter(scale, centerX, centerY, animationCallback, id); in setScaleAndCenter()
H A DMagnificationController.java533 getFullScreenMagnificationController().setScaleAndCenter(mDisplayId, in applyMagnificationModeLocked()
H A DFullScreenMagnificationGestureHandler.java952 mFullScreenMagnificationController.setScaleAndCenter(mDisplayId, in zoomOn()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DAbstractAccessibilityServiceConnectionTest.java693 when(mMockFullScreenMagnificationController.setScaleAndCenter(displayId, in setMagnificationScaleAndCenter_notRegistered_shouldRegister()
709 when(mMockFullScreenMagnificationController.setScaleAndCenter(displayId, in setMagnificationScaleAndCenter_cantControlMagnification_returnFalse()
724 when(mMockFullScreenMagnificationController.setScaleAndCenter(displayId, in setMagnificationScaleAndCenter_serviceNotBelongCurrentUser_returnFalse()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
H A DImagePreviewFragment.java495 mFullResImageView.setScaleAndCenter(minWallpaperZoom, centerPosition); in setDefaultWallpaperZoomAndScroll()
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAbstractAccessibilityServiceConnection.java1106 .setScaleAndCenter(displayId, scale, centerX, centerY, animate, mId); in setMagnificationScaleAndCenter()
/aosp12/frameworks/base/services/
H A Dart-profile4747 …nification/FullScreenMagnificationController$DisplayMagnification;->setScaleAndCenter(FFFLandroid/…
4784 …ver/accessibility/magnification/FullScreenMagnificationController;->setScaleAndCenter(IFFFLandroid…
4785 …d/server/accessibility/magnification/FullScreenMagnificationController;->setScaleAndCenter(IFFFZI)Z