OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:zoomTo
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Gallery/src/com/android/camera/
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);
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);
/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());
/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);
Completed in 925 milliseconds