Searched refs:mIconLastTouchPos (Results 1 – 2 of 2) sorted by relevance
201 protected final Point mIconLastTouchPos = new Point(); field in TaskbarPopupController.TaskbarPopupItemDragHandler212 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()
600 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;