Home
last modified time | relevance | path

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

/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
DPhotoView.java155 private SnapRunnable mSnapRunnable;
1153 mSnapRunnable = new SnapRunnable(this); in initialize()
1342 private static class SnapRunnable implements Runnable { class in PhotoView
1355 public SnapRunnable(PhotoView header) { in SnapRunnable() method in PhotoView.SnapRunnable