Searched refs:sTempPoint (Results 1 – 2 of 2) sorted by relevance
49 private static final Point sTempPoint = new Point(); field in DeepShortcutView133 sTempPoint.y = sTempPoint.x = getMeasuredHeight() / 2; in getIconCenter()135 sTempPoint.x = getMeasuredWidth() - sTempPoint.x; in getIconCenter()137 return sTempPoint; in getIconCenter()
50 private static final PointF sTempPoint = new PointF(); field in BaseSwipeDetector267 sTempPoint.set(mDisplacement.x - mSubtractDisplacement.x, in reportDragging()269 reportDraggingInternal(sTempPoint, event); in reportDragging()