Searched refs:mFullScreenMagnificationController (Results 1 – 4 of 4) sorted by relevance
159 mFullScreenMagnificationController = in setUp()281 assertTrue(mFullScreenMagnificationController307 assertTrue(mFullScreenMagnificationController360 assertTrue(mFullScreenMagnificationController569 assertTrue(mFullScreenMagnificationController623 assertTrue(mFullScreenMagnificationController635 assertTrue(mFullScreenMagnificationController657 assertTrue(mFullScreenMagnificationController662 assertTrue(mFullScreenMagnificationController680 mFullScreenMagnificationController[all …]
137 FullScreenMagnificationController mFullScreenMagnificationController; field in FullScreenMagnificationGestureHandlerTest178 mFullScreenMagnificationController = new FullScreenMagnificationController( in setUp()190 mFullScreenMagnificationController.register(DISPLAY_0); in setUp()191 mFullScreenMagnificationController.setAlwaysOnMagnificationEnabled(true); in setUp()202 mFullScreenMagnificationController.unregister(DISPLAY_0); in tearDown()334 mFullScreenMagnificationController.setAlwaysOnMagnificationEnabled(true); in testRelease_shortcutTriggeredZoomedTmp_alwaysOnEnabled_shouldInActivated()544 mFullScreenMagnificationController.setScale(DISPLAY_0, scale, DEFAULT_X, in testTransitToPanningState_scaleDifferenceOverThreshold_startDetecting()565 mFullScreenMagnificationController.setScale(DISPLAY_0, scale, DEFAULT_X, in testTransitToPanningState_scaleDifferenceLessThanThreshold_doNotDetect()585 mFullScreenMagnificationController.getPersistedScale(DISPLAY_0); in testPanningScaleToPersistedScale_detecting_vibrateAndClear()600 mFullScreenMagnificationController.getPersistedScale(DISPLAY_0); in testPanningScaleOverThreshold_notDetecting_startDetecting()[all …]
164 mFullScreenMagnificationController = fullScreenMagnificationController; in FullScreenMagnificationGestureHandler()197 mFullScreenMagnificationController.addInfoChangedCallback( in FullScreenMagnificationGestureHandler()257 mFullScreenMagnificationController.resetIfNeeded( in onDestroy()259 mFullScreenMagnificationController.removeInfoChangedCallback( in onDestroy()428 mFullScreenMagnificationController.getScale(mDisplayId); in checkShouldDetectPassPersistedScale()438 mFullScreenMagnificationController.persistScale(mDisplayId); in persistScaleAndTransitionTo()623 if (mFullScreenMagnificationController.isActivated(mDisplayId)) { in prepareForZoomInTemporary()1050 return mFullScreenMagnificationController.isActivated(mDisplayId); in isActivated()1125 mFullScreenMagnificationController.getPersistedScale(mDisplayId), in zoomInTemporary()1137 mFullScreenMagnificationController.getPersistedScale(mDisplayId), in zoomOn()[all …]
98 private FullScreenMagnificationController mFullScreenMagnificationController; field in MagnificationController170 mFullScreenMagnificationController = fullScreenMagnificationController; in MagnificationController()676 fullMagnificationController = mFullScreenMagnificationController; in updateUserIdIfNeeded()700 if (mFullScreenMagnificationController != null) { in onDisplayRemoved()701 mFullScreenMagnificationController.onDisplayRemoved(displayId); in onDisplayRemoved()783 if (mFullScreenMagnificationController == null) { in getFullScreenMagnificationController()794 return mFullScreenMagnificationController; in getFullScreenMagnificationController()803 return mFullScreenMagnificationController != null; in isFullScreenMagnificationControllerInitialized()832 if (mFullScreenMagnificationController == null in getCurrentMagnificationCenterLocked()837 mFullScreenMagnificationController.getCenterY(displayId)); in getCurrentMagnificationCenterLocked()[all …]