Searched refs:sTempPoint (Results 1 – 1 of 1) 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()