Searched refs:originalPresenterPos (Results 1 – 1 of 1) sorted by relevance
2057 CellPos originalPresenterPos = getCellPosMapper().mapModelToPresenter(item); in onDrop() local2058 droppedOnOriginalCell = originalPresenterPos.screenId == screenId in onDrop()2060 && originalPresenterPos.cellX == mTargetCell[0] in onDrop()2061 && originalPresenterPos.cellY == mTargetCell[1]; in onDrop()