Home
last modified time | relevance | path

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

/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
DPhotoView.java79 private static int sTouchSlopSquare; field in PhotoView
263 if (distance > sTouchSlopSquare) { in onDoubleTapEvent()
1145 sTouchSlopSquare = touchSlop * touchSlop; in initialize()