Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
DFullScreenMagnificationControllerTest.java283 assertFalse(mFullScreenMagnificationController.setScaleAndCenter(displayId, in notRegistered_publicMethodsShouldBeBenign()
435 assertTrue(mFullScreenMagnificationController.setScaleAndCenter(displayId, scale,
481 assertTrue(mFullScreenMagnificationController.setScaleAndCenter(displayId,
485 assertFalse(mFullScreenMagnificationController.setScaleAndCenter(displayId,
510 assertTrue(mFullScreenMagnificationController.setScaleAndCenter(displayId,
521 assertTrue(mFullScreenMagnificationController.setScaleAndCenter(displayId, 0.5f,
546 assertTrue(mFullScreenMagnificationController.setScaleAndCenter(displayId,
559 assertTrue(mFullScreenMagnificationController.setScaleAndCenter(displayId, scale,
615 .setScaleAndCenter(displayId, scale, startCenter.x, startCenter.y, false,
669 .setScaleAndCenter(displayId, scale, ulCenter.x, ulCenter.y, false,
[all …]
DMagnificationControllerTest.java358 verify(mScreenMagnificationController).setScaleAndCenter(TEST_DISPLAY, in transitionToFullScreenMode_windowMagnifying_disableWindowAndEnableFullScreen()
378 verify(mScreenMagnificationController).setScaleAndCenter(TEST_DISPLAY, DEFAULT_SCALE, in transitionToFullScreen_centerNotInTheBounds_magnifyBoundsCenter()
418 verify(mScreenMagnificationController, never()).setScaleAndCenter(TEST_DISPLAY, in interruptDuringTransitionToFullScreenMode_windowMagnifying_notifyTransitionFailed()
468 verify(mScreenMagnificationController).setScaleAndCenter(eq(TEST_DISPLAY), in configTransitionToFullScreen_windowMagnifying_disableWindowAndEnableFullScreen()
485 verify(mScreenMagnificationController, never()).setScaleAndCenter(anyInt(), in configTransitionToFullScreenAndActivatedFalse_windowMagnifying_doNotEnableFullScreen()
547 verify(mScreenMagnificationController).setScaleAndCenter(eq(TEST_DISPLAY), in configTransitionToFullScreenWithAnimation_windowMagnifying_notifyService()
618 mScreenMagnificationController.setScaleAndCenter(TEST_DISPLAY, DEFAULT_SCALE, in magnifyThroughExternalRequest_showMagnificationButton()
640 verify(mScreenMagnificationController).setScaleAndCenter(eq(TEST_DISPLAY), eq(newScale), in onPerformScaleAction_fullScreenMagnifierEnabled_handleScaleChange()
682 mScreenMagnificationController.setScaleAndCenter(TEST_DISPLAY, in onFullScreenMagnificationChanged_fullScreenEnabled_notifyMagnificationChanged()
931 mScreenMagnificationController.setScaleAndCenter(TEST_DISPLAY, in onWindowModeActivated_fullScreenIsActivatedByExternal_fullScreenIsDisabled()
[all …]
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DFullScreenMagnificationController.java616 setScaleAndCenter(1.0f, Float.NaN, Float.NaN, in zoomOutFromService()
678 return setScaleAndCenter(scale, centerX, centerY, transformToStubCallback(animate), id); in setScale()
682 boolean setScaleAndCenter(float scale, float centerX, float centerY, in setScaleAndCenter() method in FullScreenMagnificationController.DisplayMagnification
1503 return display.setScaleAndCenter(Float.NaN, centerX, centerY, in setCenter()
1525 public boolean setScaleAndCenter(int displayId, float scale, float centerX, float centerY, in setScaleAndCenter() method in FullScreenMagnificationController
1527 return setScaleAndCenter(displayId, scale, centerX, centerY, in setScaleAndCenter()
1548 public boolean setScaleAndCenter(int displayId, float scale, float centerX, float centerY, in setScaleAndCenter() method in FullScreenMagnificationController
1555 return display.setScaleAndCenter(scale, centerX, centerY, animationCallback, id); in setScaleAndCenter()
DMagnificationController.java178 getFullScreenMagnificationController().setScaleAndCenter(displayId, scale, in onPerformScaleAction()
372 screenMagnificationController.setScaleAndCenter(displayId, targetScale, in transitionMagnificationConfigMode()
1002 fullScreenMagnificationController.setScaleAndCenter(mDisplayId, mCurrentScale, in applyMagnificationModeLocked()
DMagnificationProcessor.java156 return mController.getFullScreenMagnificationController().setScaleAndCenter( in setScaleAndCenterForFullScreenMagnification()
DFullScreenMagnificationGestureHandler.java1615 mFullScreenMagnificationController.setScaleAndCenter(mDisplayId, in zoomToScale()
1962 mFullScreenMagnificationController.setScaleAndCenter( in warpEffectReset()
2095 mFullScreenMagnificationController.setScaleAndCenter( in setScaleAndCenterToEdgeIfNeeded()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMagnificationProcessorTest.java482 mMockFullScreenMagnificationController.setScaleAndCenter(displayId, config.getScale(), in setMagnificationActivated()
533 mScreenMagnificationController).setScaleAndCenter(eq(TEST_DISPLAY), anyFloat(), in stubMethods()