Home
last modified time | relevance | path

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

/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DLeanbackLauncherStrategy.java607 UiObject2 previousFocus = null; in findNotificationCard() local
608 while (!currentFocus.equals(previousFocus)) { in findNotificationCard()
613 previousFocus = currentFocus; in findNotificationCard()