Home
last modified time | relevance | path

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

/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DLeanbackLauncherStrategy.java438 Point currentPosition = focusedIcon.getVisibleCenter(); in launchApp() local
440 int dx = targetPosition.x - currentPosition.x; in launchApp()
441 int dy = targetPosition.y - currentPosition.y; in launchApp()
DTvLauncherStrategy.java623 Point currentPosition = focused.getVisibleCenter();
625 int dx = targetPosition.x - currentPosition.x;
626 int dy = targetPosition.y - currentPosition.y;
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper2/
DLeanbackLauncherStrategy.java400 Point currentPosition = focusedIcon.getVisibleCenter(); in launchApp() local
402 int dx = targetPosition.x - currentPosition.x; in launchApp()
403 int dy = targetPosition.y - currentPosition.y; in launchApp()
DTvLauncherStrategy.java592 Point currentPosition = focused.getVisibleCenter();
594 int dx = targetPosition.x - currentPosition.x;
595 int dy = targetPosition.y - currentPosition.y;
/platform_testing/libraries/motion/compose/src/platform/test/motion/compose/
DComposeToolkit.kt449 override fun currentPosition(pointerId: Int): Offset? { in <lambda>() method