Searched refs:targetPosition (Results 1 – 1 of 1) sorted by relevance
367 Point targetPosition = appIcon.getVisibleCenter(); in launchApp() local368 int dx = targetPosition.x - currentPosition.x; in launchApp()369 int dy = targetPosition.y - currentPosition.y; in launchApp()