Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupContainerWithArrow.java91 protected final Point mIconLastTouchPos = new Point(); field in PopupContainerWithArrow
587 mIconLastTouchPos.set((int) ev.getX(), (int) ev.getY());
605 iconShift.x = mIconLastTouchPos.x - sv.getIconCenter().x;
606 iconShift.y = mIconLastTouchPos.y - mLauncher.getDeviceProfile().iconSizePx;