Searched refs:changeMagnificationMode (Results 1 – 4 of 4) sorted by relevance
353 ? success -> mAms.changeMagnificationMode(displayId, targetMode) in transitionMagnificationConfigMode()383 mAms.changeMagnificationMode(displayId, targetMode); in transitionMagnificationConfigMode()508 mAms.changeMagnificationMode(displayId, magnificationMode); in onChangeMagnificationMode()
553 verify(mService).changeMagnificationMode(TEST_DISPLAY, MODE_FULLSCREEN); in configTransitionToFullScreenWithAnimation_windowMagnifying_notifyService()569 verify(mService).changeMagnificationMode(TEST_DISPLAY, MODE_FULLSCREEN); in configTransitionToFullScreenWithoutAnimation_windowMagnifying_notifyService()1272 verify(mService).changeMagnificationMode(TEST_DISPLAY, MODE_WINDOW); in onChangeMagnificationMode_delegateToService()
497 mA11yms.changeMagnificationMode(Display.DEFAULT_DISPLAY, in testChangeMagnificationModeOnDefaultDisplay_capabilitiesIsAll_persistChangedMode()527 mA11yms.changeMagnificationMode(TEST_DISPLAY, in testChangeMagnificationModeOnTestDisplay_capabilitiesIsAll_transitMode()
396 public void changeMagnificationMode(int displayId, int magnificationMode) { in changeMagnificationMode() method in AccessibilityManagerService