Searched refs:sTempPoint (Results 1 – 2 of 2) sorted by relevance
40 private static final Point sTempPoint = new Point(); field in DeepShortcutView89 sTempPoint.y = sTempPoint.x = getMeasuredHeight() / 2; in getIconCenter()91 sTempPoint.x = getMeasuredWidth() - sTempPoint.x; in getIconCenter()93 return sTempPoint; in getIconCenter()
51 private static final PointF sTempPoint = new PointF(); field in BaseSwipeDetector265 sTempPoint.set(mDisplacement.x - mSubtractDisplacement.x, in reportDragging()267 reportDraggingInternal(sTempPoint, event); in reportDragging()