Searched refs:currentPosition (Results 1 – 2 of 2) sorted by relevance
419 Point currentPosition = focusedIcon.getVisibleCenter(); in launchApp() local421 int dx = targetPosition.x - currentPosition.x; in launchApp()422 int dy = targetPosition.y - currentPosition.y; in launchApp()
611 Point currentPosition = focused.getVisibleCenter();613 int dx = targetPosition.x - currentPosition.x;614 int dy = targetPosition.y - currentPosition.y;