Searched defs:DOUBLE_TAP_SCALE_FACTOR (Results 1 - 1 of 1) sorted by path

/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java65 private final static float DOUBLE_TAP_SCALE_FACTOR = 2.0f; field in class:PhotoView
137 /** When {@code true}, a double tap scales the image by {@link #DOUBLE_TAP_SCALE_FACTOR} */
289 targetScale = currentScale * DOUBLE_TAP_SCALE_FACTOR;

Completed in 104 milliseconds