Searched refs:magnificationController (Results 1 – 2 of 2) sorted by relevance
380 magnificationController = magnificationService.getMagnificationController(); in testClickWhenMagnified_matchesActualTouch() local393 magnificationController.reset(false); in testClickWhenMagnified_matchesActualTouch()394 magRegionCenterClickPoint.set(magnificationController.getCenterX(), in testClickWhenMagnified_matchesActualTouch()395 magnificationController.getCenterY()); in testClickWhenMagnified_matchesActualTouch()406 setScale.set(magnificationController.setScale(MAGNIFICATION_FACTOR, false)); in testClickWhenMagnified_matchesActualTouch()407 magnificationController.setCenter(activityCenterPoint.x, in testClickWhenMagnified_matchesActualTouch()411 viewPortCenter.set(magnificationController.getCenterX(), in testClickWhenMagnified_matchesActualTouch()412 magnificationController.getCenterY()); in testClickWhenMagnified_matchesActualTouch()438 result.set(magnificationController.reset(false))); in testClickWhenMagnified_matchesActualTouch()
1409 private Rect getMagnifiedArea(MagnificationController magnificationController) { in getMagnifiedArea() argument1410 final Rect magnifyBounds = magnificationController.getMagnificationRegion().getBounds(); in getMagnifiedArea()1411 final float scale = magnificationController.getScale(); in getMagnifiedArea()1412 final float centerX = magnificationController.getCenterX(); in getMagnifiedArea()1413 final float centerY = magnificationController.getCenterX(); in getMagnifiedArea()