Searched defs:mIconLastTouchPos (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
H A DShortcutsItemView.java66 private final Point mIconLastTouchPos = new Point(); field in class:ShortcutsItemView
99 mIconLastTouchPos.set((int) ev.getX(), (int) ev.getY());
119 mIconShift.x = mIconLastTouchPos.x - sv.getIconCenter().x;
120 mIconShift.y = mIconLastTouchPos.y - mLauncher.getDeviceProfile().iconSizePx;

Completed in 67 milliseconds