Searched defs:mRotateRunnable (Results 1 - 1 of 1) sorted by last modified time

/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java157 private RotateRunnable mRotateRunnable; field in class:PhotoView
511 mRotateRunnable.stop();
512 mRotateRunnable = null;
1094 mRotateRunnable.start(degrees);
1137 mRotateRunnable = new RotateRunnable(this);

Completed in 26 milliseconds