Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
DDeepShortcutView.java40 private static final Point sTempPoint = new Point(); field in DeepShortcutView
89 sTempPoint.y = sTempPoint.x = getMeasuredHeight() / 2; in getIconCenter()
91 sTempPoint.x = getMeasuredWidth() - sTempPoint.x; in getIconCenter()
93 return sTempPoint; in getIconCenter()