Searched defs:zoomTo (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Gallery/src/com/android/camera/
H A DCropImage.java584 protected void zoomTo(float scale, float centerX, float centerY) { method in class:CropImageView
585 super.zoomTo(scale, centerX, centerY);
776 zoomTo(zoom, coordinates[0], coordinates[1], 300F);
H A DImageViewTouchBase.java110 zoomTo(1.0f);
307 protected void zoomTo(float scale, float centerX, float centerY) { method in class:ImageViewTouchBase
320 protected void zoomTo(final float scale, final float centerX, method in class:ImageViewTouchBase
331 zoomTo(target, centerX, centerY);
340 protected void zoomTo(float scale) { method in class:ImageViewTouchBase
344 zoomTo(scale, cx, cy);
352 zoomTo(scale, cx, cy);
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DImageViewTouchBase.java359 public void zoomTo(float scale, float centerX, float centerY) { method in class:ImageViewTouchBase
375 public void zoomTo(float scale) { method in class:ImageViewTouchBase
379 zoomTo(scale, cx, cy);
394 zoomTo(scale, cx, cy);

Completed in 68 milliseconds