Searched refs:currentPosition (Results 1 – 5 of 5) sorted by relevance
438 Point currentPosition = focusedIcon.getVisibleCenter(); in launchApp() local440 int dx = targetPosition.x - currentPosition.x; in launchApp()441 int dy = targetPosition.y - currentPosition.y; in launchApp()
623 Point currentPosition = focused.getVisibleCenter();625 int dx = targetPosition.x - currentPosition.x;626 int dy = targetPosition.y - currentPosition.y;
400 Point currentPosition = focusedIcon.getVisibleCenter(); in launchApp() local402 int dx = targetPosition.x - currentPosition.x; in launchApp()403 int dy = targetPosition.y - currentPosition.y; in launchApp()
592 Point currentPosition = focused.getVisibleCenter();594 int dx = targetPosition.x - currentPosition.x;595 int dy = targetPosition.y - currentPosition.y;
449 override fun currentPosition(pointerId: Int): Offset? { in <lambda>() method