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

/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java62 /** Amount of time to wait before starting snap animation; in milliseconds */
68 /** Amount of translation needed before starting a snap animation */
222 snap();
680 // snap transformations; we don't animate
1034 private void snap() { method in class:PhotoView
1038 // Determine how much to snap in the horizontal direction [if any]
1058 // Determine how much to snap in the vertical direction [if any]
1090 * @param animate if {@code true}, animate during the rotation. Otherwise, snap rotate.
1188 * Stops the animation in place. It does not snap the image to its final zoom.
1266 * Stops the animation in place. It does not snap th
[all...]

Completed in 35 milliseconds