Searched refs:mScaleRunnable (Results 1 - 2 of 2) sorted by relevance

/frameworks/ex/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java129 private ScaleRunnable mScaleRunnable; field in class:PhotoView
208 mScaleRunnable.start(currentScale, targetScale, e.getX(), e.getY());
281 mScaleRunnable.stop();
374 mScaleRunnable.stop();
375 mScaleRunnable = null;
938 mScaleRunnable = new ScaleRunnable(this);
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java131 private ScaleRunnable mScaleRunnable; field in class:PhotoView
210 mScaleRunnable.start(currentScale, targetScale, e.getX(), e.getY());
283 mScaleRunnable.stop();
376 mScaleRunnable.stop();
377 mScaleRunnable = null;
944 mScaleRunnable = new ScaleRunnable(this);

Completed in 29 milliseconds