Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarPopupController.java201 protected final Point mIconLastTouchPos = new Point(); field in TaskbarPopupController.TaskbarPopupItemDragHandler
212 mIconLastTouchPos.set((int) ev.getX(), (int) ev.getY()); in onTouch()
228 iconShift.x = mIconLastTouchPos.x - sv.getIconCenter().x; in onLongClick()
229 iconShift.y = mIconLastTouchPos.y - mContext.getDeviceProfile().taskbarIconSize; in onLongClick()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupContainerWithArrow.java600 protected final Point mIconLastTouchPos = new Point();
616 mIconLastTouchPos.set((int) ev.getX(), (int) ev.getY());
634 iconShift.x = mIconLastTouchPos.x - sv.getIconCenter().x;
635 iconShift.y = mIconLastTouchPos.y - mLauncher.getDeviceProfile().iconSizePx;