Searched refs:SNAP_THRESHOLD (Results 1 – 1 of 1) sorted by relevance
69 private final static float SNAP_THRESHOLD = 20.0f; field in PhotoView1078 if (Math.abs(translateX) > SNAP_THRESHOLD || Math.abs(translateY) > SNAP_THRESHOLD) { in snap()