Searched refs:sTouchSlopSquare (Results 1 – 1 of 1) sorted by relevance
79 private static int sTouchSlopSquare; field in PhotoView263 if (distance > sTouchSlopSquare) { in onDoubleTapEvent()1145 sTouchSlopSquare = touchSlop * touchSlop; in initialize()