Searched refs:changeMagnificationMode (Results 1 – 4 of 4) sorted by relevance
350 ? success -> mAms.changeMagnificationMode(displayId, targetMode) in transitionMagnificationConfigMode()379 mAms.changeMagnificationMode(displayId, targetMode); in transitionMagnificationConfigMode()503 mAms.changeMagnificationMode(displayId, magnificationMode); in onChangeMagnificationMode()
413 mA11yms.changeMagnificationMode(Display.DEFAULT_DISPLAY, in testChangeMagnificationModeOnDefaultDisplay_capabilitiesIsAll_persistChangedMode()439 mA11yms.changeMagnificationMode(TEST_DISPLAY, in testChangeMagnificationModeOnTestDisplay_capabilitiesIsAll_transitMode()
527 verify(mService).changeMagnificationMode(TEST_DISPLAY, MODE_FULLSCREEN); in configTransitionToFullScreenWithAnimation_windowMagnifying_notifyService()543 verify(mService).changeMagnificationMode(TEST_DISPLAY, MODE_FULLSCREEN); in configTransitionToFullScreenWithoutAnimation_windowMagnifying_notifyService()1244 verify(mService).changeMagnificationMode(TEST_DISPLAY, MODE_WINDOW); in onChangeMagnificationMode_delegateToService()
351 public void changeMagnificationMode(int displayId, int magnificationMode) { in changeMagnificationMode() method in AccessibilityManagerService