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.java153 private SnapRunnable mSnapRunnable;
1136 mSnapRunnable = new SnapRunnable(this); in initialize()
1325 private static class SnapRunnable implements Runnable { class in PhotoView
1338 public SnapRunnable(PhotoView header) { in SnapRunnable() method in PhotoView.SnapRunnable