Searched refs:snap (Results 1 - 2 of 2) sorted by relevance

/frameworks/ex/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java54 /** Amount of time to wait before starting snap animation; in milliseconds */
58 /** Amount of translation needed before starting a snap animation */
189 snap();
517 // snap transformations; we don't animate
772 snap();
843 private void snap() { method in class:PhotoView
847 // Determine how much to snap in the horizontal direction [if any]
867 // Determine how much to snap in the vertical direction [if any]
899 * @param animate if {@code true}, animate during the rotation. Otherwise, snap rotate.
992 * Stops the animation in place. It does not snap th
[all...]
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java54 /** Amount of time to wait before starting snap animation; in milliseconds */
58 /** Amount of translation needed before starting a snap animation */
191 snap();
519 // snap transformations; we don't animate
778 snap();
849 private void snap() { method in class:PhotoView
853 // Determine how much to snap in the horizontal direction [if any]
873 // Determine how much to snap in the vertical direction [if any]
905 * @param animate if {@code true}, animate during the rotation. Otherwise, snap rotate.
998 * Stops the animation in place. It does not snap th
[all...]

Completed in 61 milliseconds