H A D | FullScreenMagnificationController.java | 573 return setScaleAndCenter(scale, centerX, centerY, transformToStubCallback(animate), id); in setScale() 577 boolean setScaleAndCenter(float scale, float centerX, float centerY, in setScaleAndCenter() method in FullScreenMagnificationController.DisplayMagnification 954 setScaleAndCenter(displayId, 1.0f, Float.NaN, Float.NaN, in onUserContextChanged() 1236 return display.setScaleAndCenter(Float.NaN, centerX, centerY, in setCenter() 1258 public boolean setScaleAndCenter(int displayId, float scale, float centerX, float centerY, in setScaleAndCenter() method in FullScreenMagnificationController 1260 return setScaleAndCenter(displayId, scale, centerX, centerY, in setScaleAndCenter() 1281 public boolean setScaleAndCenter(int displayId, float scale, float centerX, float centerY, in setScaleAndCenter() method in FullScreenMagnificationController 1288 return display.setScaleAndCenter(scale, centerX, centerY, animationCallback, id); in setScaleAndCenter()
|