Home
last modified time | relevance | path

Searched refs:targetPosition (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DLeanbackLauncherStrategy.java439 Point targetPosition = appIcon.getVisibleCenter(); in launchApp() local
440 int dx = targetPosition.x - currentPosition.x; in launchApp()
441 int dy = targetPosition.y - currentPosition.y; in launchApp()
DTvLauncherStrategy.java624 Point targetPosition = expected.getVisibleCenter();
625 int dx = targetPosition.x - currentPosition.x;
626 int dy = targetPosition.y - currentPosition.y;