HomeSort by relevance Sort by last modified time
    Searched refs:zoomTo (Results 1 - 7 of 7) sorted by null

  /packages/apps/Gallery/src/com/android/camera/
ImageViewTouchBase.java 110 zoomTo(1.0f);
307 protected void zoomTo(float scale, float centerX, float centerY) {
320 protected void zoomTo(final float scale, final float centerX,
331 zoomTo(target, centerX, centerY);
340 protected void zoomTo(float scale) {
344 zoomTo(scale, cx, cy);
352 zoomTo(scale, cx, cy);
CropImage.java 584 protected void zoomTo(float scale, float centerX, float centerY) {
585 super.zoomTo(scale, centerX, centerY);
776 zoomTo(zoom, coordinates[0], coordinates[1], 300F);
ViewImage.java 362 mImageView.zoomTo(1f);
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
ImageViewTouchBase.java 359 public void zoomTo(float scale, float centerX, float centerY) {
375 public void zoomTo(float scale) {
379 zoomTo(scale, cx, cy);
394 zoomTo(scale, cx, cy);
  /packages/apps/VideoEditor/src/com/android/videoeditor/
KenBurnsActivity.java 103 mImageView.zoomTo(1F);
105 mImageView.zoomTo(3F, e.getX(), e.getY());
130 mImageView.zoomTo(newAbsoluteScale, detector.getFocusX(), detector.getFocusY());
  /external/webkit/Source/WebKit/qt/declarative/
qdeclarativewebview_p.h 230 void zoomTo(qreal zoom, int centerX, int centerY);
qdeclarativewebview.cpp 587 If such a zoom exists, emits zoomTo(zoom,centerX,centerY) and returns true; otherwise,
601 emit zoomTo(z, r.x() + r.width() / 2, r.y() + r.height() / 2);
    [all...]

Completed in 134 milliseconds