D | MagnificationController.java | 446 return setScaleAndCenter(scale, centerX, centerY, animate, id); in setScale() 450 boolean setScaleAndCenter(float scale, float centerX, float centerY, in setScaleAndCenter() method in MagnificationController.DisplayMagnification 919 return display.setScaleAndCenter(Float.NaN, centerX, centerY, animate, id); in setCenter() 940 public boolean setScaleAndCenter(int displayId, float scale, float centerX, float centerY, in setScaleAndCenter() method in MagnificationController 947 return display.setScaleAndCenter(scale, centerX, centerY, animate, id); in setScaleAndCenter()
|