Searched refs:targetPosition (Results 1 – 2 of 2) sorted by relevance
439 Point targetPosition = appIcon.getVisibleCenter(); in launchApp() local440 int dx = targetPosition.x - currentPosition.x; in launchApp()441 int dy = targetPosition.y - currentPosition.y; in launchApp()
624 Point targetPosition = expected.getVisibleCenter();625 int dx = targetPosition.x - currentPosition.x;626 int dy = targetPosition.y - currentPosition.y;