Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
H A DFullScreenMagnificationControllerTest.java253 assertFalse(mFullScreenMagnificationController.setScaleAndCenter(displayId, in notRegistered_publicMethodsShouldBeBenign()
436 assertTrue(mFullScreenMagnificationController.setScaleAndCenter(displayId,
440 assertFalse(mFullScreenMagnificationController.setScaleAndCenter(displayId,
465 assertTrue(mFullScreenMagnificationController.setScaleAndCenter(displayId,
476 assertTrue(mFullScreenMagnificationController.setScaleAndCenter(displayId, 0.5f,
501 assertTrue(mFullScreenMagnificationController.setScaleAndCenter(displayId,
624 .setScaleAndCenter(displayId, scale, ulCenter.x, ulCenter.y, false,
636 .setScaleAndCenter(displayId, scale, lrCenter.x, lrCenter.y, false,
744 assertTrue(mFullScreenMagnificationController.setScaleAndCenter(displayId,
1186 assertTrue(mFullScreenMagnificationController.setScaleAndCenter(displayId,
[all …]
H A DMagnificationControllerTest.java334 verify(mScreenMagnificationController).setScaleAndCenter(TEST_DISPLAY, in transitionToFullScreenMode_windowMagnifying_disableWindowAndEnableFullScreen()
354 verify(mScreenMagnificationController).setScaleAndCenter(TEST_DISPLAY, DEFAULT_SCALE, in transitionToFullScreen_centerNotInTheBounds_magnifyBoundsCenter()
394 verify(mScreenMagnificationController, never()).setScaleAndCenter(TEST_DISPLAY, in interruptDuringTransitionToFullScreenMode_windowMagnifying_notifyTransitionFailed()
442 verify(mScreenMagnificationController).setScaleAndCenter(eq(TEST_DISPLAY), in configTransitionToFullScreen_windowMagnifying_disableWindowAndEnableFullScreen()
459 verify(mScreenMagnificationController, never()).setScaleAndCenter(anyInt(), in configTransitionToFullScreenAndActivatedFalse_windowMagnifying_doNotEnableFullScreen()
521 verify(mScreenMagnificationController).setScaleAndCenter(eq(TEST_DISPLAY), in configTransitionToFullScreenWithAnimation_windowMagnifying_notifyService()
592 mScreenMagnificationController.setScaleAndCenter(TEST_DISPLAY, DEFAULT_SCALE, in magnifyThroughExternalRequest_showMagnificationButton()
614 verify(mScreenMagnificationController).setScaleAndCenter(eq(TEST_DISPLAY), eq(newScale), in onPerformScaleAction_fullScreenMagnifierEnabled_handleScaleChange()
656 mScreenMagnificationController.setScaleAndCenter(TEST_DISPLAY, in onFullScreenMagnificationChanged_fullScreenEnabled_notifyMagnificationChanged()
904 mScreenMagnificationController.setScaleAndCenter(TEST_DISPLAY, in onWindowModeActivated_fullScreenIsActivatedByExternal_fullScreenIsDisabled()
[all …]
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
H A DFullScreenMagnificationController.java573 return setScaleAndCenter(scale, centerX, centerY, transformToStubCallback(animate), id); in setScale()
577 boolean setScaleAndCenter(float scale, float centerX, float centerY, in setScaleAndCenter() method in FullScreenMagnificationController.DisplayMagnification
954 setScaleAndCenter(displayId, 1.0f, Float.NaN, Float.NaN, in onUserContextChanged()
1236 return display.setScaleAndCenter(Float.NaN, centerX, centerY, in setCenter()
1258 public boolean setScaleAndCenter(int displayId, float scale, float centerX, float centerY, in setScaleAndCenter() method in FullScreenMagnificationController
1260 return setScaleAndCenter(displayId, scale, centerX, centerY, in setScaleAndCenter()
1281 public boolean setScaleAndCenter(int displayId, float scale, float centerX, float centerY, in setScaleAndCenter() method in FullScreenMagnificationController
1288 return display.setScaleAndCenter(scale, centerX, centerY, animationCallback, id); in setScaleAndCenter()
H A DMagnificationController.java177 getFullScreenMagnificationController().setScaleAndCenter(displayId, scale, in onPerformScaleAction()
368 screenMagnificationController.setScaleAndCenter(displayId, targetScale, in transitionMagnificationConfigMode()
979 fullScreenMagnificationController.setScaleAndCenter(mDisplayId, mCurrentScale, in applyMagnificationModeLocked()
H A DMagnificationProcessor.java156 return mController.getFullScreenMagnificationController().setScaleAndCenter( in setScaleAndCenterForFullScreenMagnification()
H A DFullScreenMagnificationGestureHandler.java1144 mFullScreenMagnificationController.setScaleAndCenter(mDisplayId, in zoomToScale()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DMagnificationProcessorTest.java482 mMockFullScreenMagnificationController.setScaleAndCenter(displayId, config.getScale(), in setMagnificationActivated()
533 mScreenMagnificationController).setScaleAndCenter(eq(TEST_DISPLAY), anyFloat(), in stubMethods()