Home
last modified time | relevance | path

Searched refs:sTempPoint (Results 1 – 2 of 2) 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()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DBaseSwipeDetector.java51 private static final PointF sTempPoint = new PointF(); field in BaseSwipeDetector
265 sTempPoint.set(mDisplacement.x - mSubtractDisplacement.x, in reportDragging()
267 reportDraggingInternal(sTempPoint, event); in reportDragging()