Home
last modified time | relevance | path

Searched refs:RotateRunnable (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
DPhotoView.java157 private RotateRunnable mRotateRunnable;
1137 mRotateRunnable = new RotateRunnable(this); in initialize()
1417 private static class RotateRunnable implements Runnable { class in PhotoView
1431 public RotateRunnable(PhotoView header) { in RotateRunnable() method in PhotoView.RotateRunnable