Searched defs:ScaleRunnable (Results 1 - 2 of 2) sorted by relevance

/frameworks/ex/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java129 private ScaleRunnable mScaleRunnable;
938 mScaleRunnable = new ScaleRunnable(this);
947 private static class ScaleRunnable implements Runnable { class in class:PhotoView
964 public ScaleRunnable(PhotoView header) { method in class:PhotoView.ScaleRunnable
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java127 private ScaleRunnable mScaleRunnable;
940 mScaleRunnable = new ScaleRunnable(this);
949 private static class ScaleRunnable implements Runnable { class in class:PhotoView
966 public ScaleRunnable(PhotoView header) { method in class:PhotoView.ScaleRunnable

Completed in 1957 milliseconds