Home
last modified time | relevance | path

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

/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
DPhotoView.java155 private SnapRunnable mSnapRunnable; field in PhotoView
356 mSnapRunnable.stop(); in onDown()
480 mSnapRunnable.stop(); in clear()
481 mSnapRunnable = null; in clear()
1096 mSnapRunnable.start(translateX, translateY); in snap()
1153 mSnapRunnable = new SnapRunnable(this); in initialize()