Home
last modified time | relevance | path

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

/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DLeanbackLauncherStrategy.java419 Point currentPosition = focusedIcon.getVisibleCenter(); in launchApp() local
421 int dx = targetPosition.x - currentPosition.x; in launchApp()
422 int dy = targetPosition.y - currentPosition.y; in launchApp()
DTvLauncherStrategy.java611 Point currentPosition = focused.getVisibleCenter();
613 int dx = targetPosition.x - currentPosition.x;
614 int dy = targetPosition.y - currentPosition.y;