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.java90 protected final Point mIconLastTouchPos = new Point(); field in PopupContainerWithArrow
592 mIconLastTouchPos.set((int) ev.getX(), (int) ev.getY());
610 iconShift.x = mIconLastTouchPos.x - sv.getIconCenter().x;
611 iconShift.y = mIconLastTouchPos.y - mLauncher.getDeviceProfile().iconSizePx;