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

/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java153 private SnapRunnable mSnapRunnable; field in class:PhotoView
354 mSnapRunnable.stop();
509 mSnapRunnable.stop();
510 mSnapRunnable = null;
1079 mSnapRunnable.start(translateX, translateY);
1136 mSnapRunnable = new SnapRunnable(this);

Completed in 29 milliseconds